Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8bcb5 commit ee29cb1Copy full SHA for ee29cb1
1 file changed
clang/test/Preprocessor/predefined-arch-macros.c
@@ -4628,13 +4628,13 @@
4628
4629
// Begin r600 tests ----------------
4630
4631
-// RUN: %clang -march=amdgcn -E -dM %s -o - 2>&1 \
+// RUN: %clang -E -dM %s -o - 2>&1 \
4632
// RUN: -target r600-unknown-unknown \
4633
// RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_R600
4634
// CHECK_R600: #define __R600__ 1
4635
// CHECK_R600-NOT: #define __HAS_FMAF__ 1
4636
4637
-// RUN: %clang -march=amdgcn -mcpu=cypress -E -dM %s -o - 2>&1 \
+// RUN: %clang -mcpu=cypress -E -dM %s -o - 2>&1 \
4638
4639
// RUN: | FileCheck -match-full-lines %s -check-prefix=CHECK_R600_FP64
4640
// CHECK_R600_FP64-DAG: #define __R600__ 1
0 commit comments