This precomputes some hashes that LLD uses for type merging to speed up
linking when PDBs are enabled. Only do this if any kind of /DEBUG flag
is passed to the linker. -gcodeview-ghash is orthogonal to /Z7, -g, -g1,
or -gmlt, so it is safe to set it independently from those flags. It
will not increase debug info emission.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/cmake/modules/HandleLLVMOptions.cmake | ||
---|---|---|
490 | Do we need prior testing of the Clang version? I believe this won't work if using Clang 10 or before as a bootstrap compiler? |
Do we need prior testing of the Clang version? I believe this won't work if using Clang 10 or before as a bootstrap compiler?