[PATCH] D92444: [CMake][Fuchsia] Install llvm-elfabi

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 18:43:39 PST 2020


mcgrathr created this revision.
mcgrathr added reviewers: leonardchan, haowei.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
mcgrathr requested review of this revision.

The canonical Fuchsia toolchain configuration installs llvm-elfabi.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D92444

Files:
  clang/cmake/caches/Fuchsia-stage2.cmake


Index: clang/cmake/caches/Fuchsia-stage2.cmake
===================================================================
--- clang/cmake/caches/Fuchsia-stage2.cmake
+++ clang/cmake/caches/Fuchsia-stage2.cmake
@@ -245,6 +245,7 @@
   llvm-dlltool
   llvm-dwarfdump
   llvm-dwp
+  llvm-elfabi
   llvm-gsymutil
   llvm-lib
   llvm-mt


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92444.308836.patch
Type: text/x-patch
Size: 324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201202/5c733710/attachment.bin>


More information about the cfe-commits mailing list