Displaying 2 results from an estimated 2 matches for "r213353".
2016 May 05
4
LLVM issuse:AArch64 TargetParser
...and "arm64" are synonyms of
armv8a(as they are only for armv8a,people usually do this). So after using
AArch64TargetParser in options parsing in Clang,using "-march=aarch64" and
"-march=arm64" are both valid.
I saw Kevin has a different view on this in his submission:r213353.
*+// RUN: %clang -target aarch64 -march=arm64 -### -c %s 2>&1 | FileCheck
-check-prefix=CHECK-ARCH-NOT-ACCEPT %s+// RUN: %clang -target aarch64
-march=aarch64 -### -c %s 2>&1 | FileCheck
-check-prefix=CHECK-ARCH-NOT-ACCEPT %s+// CHECK-ARCH-NOT-ACCEPT: error: the
clang compiler doe...
2016 May 18
2
LLVM issuse:AArch64 TargetParser
...and "arm64" are synonyms of armv8a(as they are only for armv8a,people usually do this). So after using AArch64TargetParser in options parsing in Clang,using "-march=aarch64" and "-march=arm64" are both valid.
I saw Kevin has a different view on this in his submission:r213353.
+// RUN: %clang -target aarch64 -march=arm64 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-ARCH-NOT-ACCEPT %s
+// RUN: %clang -target aarch64 -march=aarch64 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-ARCH-NOT-ACCEPT %s
+// CHECK-ARCH-NOT-ACCEPT: error: the clang compiler does...