Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NativeAOT-LLVM] Add WasmExternalDwarf property to create an external_debug_info section #2786

Open
wants to merge 5 commits into
base: feature/NativeAOT-LLVM
Choose a base branch
from

Commits on Nov 18, 2024

  1. add WasmExternalDwarf to create an external_debug_info section and pl…

    …ace the DWARF in a separate file
    yowl committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    804111f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Use StripSymbols which is true by default

    Change extension to just `.debug.wasm`
    clear up old dwp stuff
    yowl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    dd84ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8fd31f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Nativ…

    …e.targets
    
    Co-authored-by: SingleAccretion <[email protected]>
    yowl and SingleAccretion authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    27e99ef View commit details
    Browse the repository at this point in the history
  2. Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Nativ…

    …e.targets
    
    
    Thanks
    
    Co-authored-by: SingleAccretion <[email protected]>
    yowl and SingleAccretion authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b12b969 View commit details
    Browse the repository at this point in the history