[llvm] [cmake] Hardcode some `check_include_file` checks (PR #104706)

Vlad Serebrennikov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 04:55:28 PDT 2024


================
@@ -3,6 +3,44 @@ if( WIN32 AND NOT CYGWIN )
   set(PURE_WINDOWS 1)
 endif()
 
+if (CMAKE_SYSTEM_NAME STREQUAL "AIX")
+  set(AIX 1)
----------------
Endilll wrote:

Would you like to remove `PURE_WINDOWS`, too?

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


More information about the llvm-commits mailing list