[llvm] [DebugInfo][BPF] Add 'annotations' field for DIBasicType & DISubroutineType (PR #91422)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 02:30:50 PDT 2024
eddyz87 wrote:
I tried building using LTO config `-gdwarf-4 -fomit-frame-pointer -flto -DNDEBUG` (dwarf4 is for callgrind to work), host compiler is clang-18, linker ld.lld. Turns out, 32Gb machine is not sufficient to link the `clang-19` executable, process runs out of memory.
Are there any tricks to make this work?
https://github.com/llvm/llvm-project/pull/91422
More information about the llvm-commits
mailing list