Skip to content
  • Jan-Erik Rediger's avatar
    [LLVM-3.9] Setup the compile unit information immediately · fba1f8f1
    Jan-Erik Rediger authored
    Since LLVM reversed the order of the debug info graphs, we need to have
    a compile unit that exists *before* any functions (`DISubprogram`s) are
    created. This allows the LLVM debug info builder to automatically link
    the functions to the compile unit.
    fba1f8f1