[PATCH] D74883: Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 05:49:50 PST 2020


thakis added a comment.

Sorry for all the comments! This is the last one I think.



================
Comment at: llvm/tools/llvm-gsym/CMakeLists.txt:7
+  AllTargetsDescs
+  AllTargetsInfos
+  MC
----------------
Finally, since you have ${LLVM_TARGETS_TO_BUILD} already, you don't need to list AllTargetsDescs / AllTargetsInfos – LLVM_TARGETS_TO_BUILD includes those already. (But if you can change your code to not need LLVM_TARGETS_TO_BUILD then it's better to depend on only the Descs and Infos instead, since then less code needs to be linked into llvm-gsymutil.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74883





More information about the llvm-commits mailing list