[PATCH] D151013: [CMake] Add option to link LLVM/subproject executables

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 7 00:26:08 PDT 2023


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:1032
 
+  if(CXX_LINKER_SUPPORTS_LLVM_LIBC)
+    target_link_libraries(${name} PRIVATE llvmlibc)
----------------
This should be `HAVE_LLVM_LIBC`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151013



More information about the llvm-commits mailing list