[PATCH] D69635: Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY target

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 13:58:58 PST 2019


phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/cmake/modules/AddLLVM.cmake:919
+    strip
+    addr2line
     )
----------------
This should be above `ar` (assuming these are sorted alphabetically).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69635





More information about the llvm-commits mailing list