[PATCH] D58628: [cmake] Add option to enable gdb-index.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 25 12:35:14 PST 2019


dblaikie added a comment.

Hmm, I don't seem to have had the troubles you've had - I use CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=-Wl,--gdb-index and... ah, I don't use (or even have in my CMakeCache.txt any mention of) LLVM_USE_LINKER. Not actually sure where/how my build is choosing to use gold. Perhaps it's just my system default once it's installed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58628/new/

https://reviews.llvm.org/D58628





More information about the llvm-commits mailing list