Skip to content

Commit 57acabb

Browse files
committed
[Driver,X86] Update test Clang::Preprocessor/x86_target_features.c after #101151
1 parent e72cdae commit 57acabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Preprocessor/x86_target_features.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,11 @@
512512

513513
// NOHRESET-NOT: #define __HRESET__ 1
514514

515-
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -muintr -x c -E -dM -o - %s | FileCheck -check-prefix=UINTR %s
515+
// RUN: %clang -target x86_64-unknown-linux-gnu -march=x86-64 -muintr -x c -E -dM -o - %s | FileCheck -check-prefix=UINTR %s
516516

517517
// UINTR: #define __UINTR__ 1
518518

519-
// RUN: %clang -target i386-unknown-linux-gnu -march=i386 -mno-uintr -x c -E -dM -o - %s | FileCheck -check-prefix=NOUINTR %s
519+
// RUN: %clang -target x86_64-unknown-linux-gnu -march=x86-64 -mno-uintr -x c -E -dM -o - %s | FileCheck -check-prefix=NOUINTR %s
520520

521521
// NOUINTR-NOT: #define __UINTR__ 1
522522

0 commit comments

Comments
 (0)