We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72cdae commit 57acabbCopy full SHA for 57acabb
clang/test/Preprocessor/x86_target_features.c
@@ -512,11 +512,11 @@
512
513
// NOHRESET-NOT: #define __HRESET__ 1
514
515
-// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -muintr -x c -E -dM -o - %s | FileCheck -check-prefix=UINTR %s
+// RUN: %clang -target x86_64-unknown-linux-gnu -march=x86-64 -muintr -x c -E -dM -o - %s | FileCheck -check-prefix=UINTR %s
516
517
// UINTR: #define __UINTR__ 1
518
519
-// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-uintr -x c -E -dM -o - %s | FileCheck -check-prefix=NOUINTR %s
+// RUN: %clang -target x86_64-unknown-linux-gnu -march=x86-64 -mno-uintr -x c -E -dM -o - %s | FileCheck -check-prefix=NOUINTR %s
520
521
// NOUINTR-NOT: #define __UINTR__ 1
522
0 commit comments