This patch is to ignore .debug_gnu_pub{names,types} sections if the
-gdb-index option was given.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks great - does exactly what I was wanting/expecting.
First run clang startup time drops from 4.4 seconds to 2.5 seconds (PR32718 discusses the issue with first run startup/binary size on (some?) linux systems), binary size drops from 837MiB to 466MiB.
Thanks a bunch!