AArch64/ARM64: move ARM64 into AArch64's place
[oota-llvm.git] / cmake / config-ix.cmake
index ca4af73d92c8e0c8a69ccb9d70f0f87bb02621db..1325e790c80323ca69d0296d2f9a5a567bc1b97a 100755 (executable)
@@ -372,7 +372,7 @@ elseif (LLVM_NATIVE_ARCH MATCHES "powerpc")
 elseif (LLVM_NATIVE_ARCH MATCHES "aarch64")
   set(LLVM_NATIVE_ARCH AArch64)
 elseif (LLVM_NATIVE_ARCH MATCHES "arm64")
-  set(LLVM_NATIVE_ARCH ARM64)
+  set(LLVM_NATIVE_ARCH AArch64)
 elseif (LLVM_NATIVE_ARCH MATCHES "arm")
   set(LLVM_NATIVE_ARCH ARM)
 elseif (LLVM_NATIVE_ARCH MATCHES "mips")