[PATCH] D143025: [Fuchsia] Add llvm-mt and llvm-rc to clang bootstrap dependency

Haowei Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 3 15:24:14 PST 2023


haowei marked 2 inline comments as done.
haowei added inline comments.


================
Comment at: clang/cmake/caches/Fuchsia.cmake:170-171
   runtimes
+  llvm-rc
+  llvm-mt
   CACHE STRING "")
----------------
phosek wrote:
> Could we do this in https://github.com/llvm/llvm-project/blob/98f0e4f611b40c902cb0df3ef080ae2c00e862d4/clang/CMakeLists.txt#L619? That would be more consistent with other tools such as `llvm-ar`.
I add it into clang/CMakeList.txt file.
the llvm-rc and llvm-mt will only be added to bootstrap tool list on Windows. As they will be required to build Windows runtime for the bootstrap toolchain. On Linux, the runtime for the bootstrap toolchain is Linux only so they are not required.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143025



More information about the cfe-commits mailing list