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

DWARF breaks garbage collection in PE/COFF #71

Merged
merged 1 commit into from
Apr 13, 2020
Merged

Commits on Apr 10, 2020

  1. [COFF] Don't treat DWARF sections as GC roots

    DWARF sections are typically live and not COMDAT, so they would be
    treated as GC roots. Enabling DWARF would essentially keep all code with
    debug info alive, preventing any section GC.
    
    Fixes PR45273
    
    Reviewed By: mstorsjo, MaskRay
    
    Differential Revision: https://reviews.llvm.org/D76935
    
    (cherry picked from commit c579a5b)
    rnk authored and llvmbot committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    28f63f9 View commit details
    Browse the repository at this point in the history