[clang] [compiler-rt] [llvm] [CMake] Use Clang to infer the target triple (PR #89425)

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 25 00:51:07 PDT 2024


================
@@ -28,6 +28,19 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
   if (NOT LLVM_RUNTIMES_BUILD)
     load_llvm_config()
   endif()
+  if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE)
----------------
petrhosek wrote:

I have updated the block in `compiler-rt/cmake/Modules/CompilerRTUtils.cmake` and removed this version which is no longer needed.

https://github.com/llvm/llvm-project/pull/89425


More information about the cfe-commits mailing list