Skip to content

Commit 175873c

Browse files
committed
Reviewer suggestions
1 parent a4cfff4 commit 175873c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/test/Preprocessor/predefined-arch-macros.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,7 +2525,7 @@
25252525
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M32,CHECK_ARLS_M32,CHECK_KL_M32
25262526
// RUN: %clang -march=pantherlake -m32 -E -dM %s -o - 2>&1 \
25272527
// RUN: -target i386-unknown-linux \
2528-
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M32,CHECK_ARLS_M32,CHECK_PTL_M32,CHECK_NKL_M32
2528+
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M32,CHECK_ARLS_M32,CHECK_NKL_M32
25292529
// RUN: %clang -march=clearwaterforest -m32 -E -dM %s -o - 2>&1 \
25302530
// RUN: -target i386-unknown-linux \
25312531
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_SRF_M32,CHECK_ARLS_M32,CHECK_CWF_M32,CHECK_NKL_M32
@@ -2595,7 +2595,6 @@
25952595
// CHECK_ARL_M32: #define __UINTR__ 1
25962596
// CHECK_ARL_M32-NOT: #define __USERMSR__ 1
25972597
// CHECK_ARLS_M32-NOT: #define __USERMSR__ 1
2598-
// CHECK_PTL_M32-NOT: #define __USERMSR__ 1
25992598
// CHECK_CWF_M32: #define __USERMSR__ 1
26002599
// CHECK_ARL_M32: #define __VAES__ 1
26012600
// CHECK_ARL_M32: #define __VPCLMULQDQ__ 1
@@ -2630,7 +2629,7 @@
26302629
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_ARLS_M64,CHECK_KL_M64
26312630
// RUN: %clang -march=pantherlake -m64 -E -dM %s -o - 2>&1 \
26322631
// RUN: -target i386-unknown-linux \
2633-
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_ARLS_M64,CHECK_PTL_M64,CHECK_NKL_M64
2632+
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_ARLS_M64,CHECK_NKL_M64
26342633
// RUN: %clang -march=clearwaterforest -m64 -E -dM %s -o - 2>&1 \
26352634
// RUN: -target i386-unknown-linux \
26362635
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_SRF_M64,CHECK_ARLS_M64,CHECK_CWF_M64,CHECK_NKL_M64
@@ -2701,7 +2700,6 @@
27012700
// CHECK_ARL_M64: #define __UINTR__ 1
27022701
// CHECK_ARL_M64-NOT: #define __USERMSR__ 1
27032702
// CHECK_ARLS_M64-NOT: #define __USERMSR__ 1
2704-
// CHECK_PTL_M64-NOT: #define __USERMSR__ 1
27052703
// CHECK_CWF_M64: #define __USERMSR__ 1
27062704
// CHECK_ARL_M64: #define __VAES__ 1
27072705
// CHECK_ARL_M64: #define __VPCLMULQDQ__ 1

0 commit comments

Comments
 (0)