Skip to content
  • David Blaikie's avatar
    Debug Info: Fix for break due to r181271 · 6baa7761
    David Blaikie authored
    Apparently we didn't keep an association of Compile Unit metadata nodes
    to DIEs so looking up that parental context failed & thus caused no
    DW_TAG_imported_modules to be emitted at the CU scope. Fix this by
    adding the mapping & sure up the test case to verify this.
    
    llvm-svn: 181339
    6baa7761
Loading