[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:43:53 PST 2019
dblaikie added a comment.
Would it be simpler/effective to add "-fuse-ld=gold -Wl,--gdb-index" to your linker flags to enable both these things, rather than having specific CMake support for either/both?
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