[PATCH] D107627: [CMake] Check the builtins library value first

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 6 10:59:21 PDT 2021


smeenai added inline comments.


================
Comment at: compiler-rt/cmake/config-ix.cmake:38
   if (COMPILER_RT_USE_BUILTINS_LIBRARY)
-    list(APPEND CMAKE_REQUIRED_LIBRARIES "${COMPILER_RT_BUILTINS_LIBRARY}")
+    # TODO: remote this check once we address PR51389.
+    if (${COMPILER_RT_BUILTINS_LIBRARY})
----------------
Typo.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107627



More information about the llvm-commits mailing list