[libc-commits] [libc] [libc][cmake] make i386 distinct from x86_64 (PR #114477)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Nov 1 08:16:36 PDT 2024
================
@@ -5,7 +5,7 @@
# Initialize ALL_CPU_FEATURES as empty list.
set(ALL_CPU_FEATURES "")
-if(${LIBC_TARGET_ARCHITECTURE_IS_X86})
+if(${LIBC_TARGET_ARCHITECTURE_IS_X86_64})
----------------
jhuber6 wrote:
Why do we need `${...}` here?
https://github.com/llvm/llvm-project/pull/114477
More information about the libc-commits
mailing list