If the front end has emitted llvm.dbg.cu and other debug info anchors (clang...
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang does it now) then use them directly. This saves one scan of entire module, to collect debug info, which in turns saves few machine cycles at compile time. llvm-svn: 130759
Loading
Please register or sign in to comment