[PATCH] D64965: [cmake] Fix typo where a varible was checked for Apple instead of Darwin

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 17:21:33 PDT 2019


JDevlieghere added inline comments.


================
Comment at: cmake/modules/AddLLVM.cmake:1685
     endif()
-  elseif(APPLE AND CMAKE_HOST_SYSTEM_NAME MATCHES APPLE)
+  elseif(APPLE AND CMAKE_HOST_SYSTEM_NAME MATCHES Darwin)
     if(NOT CMAKE_CODESIGN)
----------------
Actually, should this be quoted?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D64965





More information about the llvm-commits mailing list