Skip to content

Commit a4cfff4

Browse files
committed
Remove PTL run from CWF test
1 parent b21e290 commit a4cfff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@
25282528
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M32,CHECK_ARLS_M32,CHECK_PTL_M32,CHECK_NKL_M32
25292529
// RUN: %clang -march=clearwaterforest -m32 -E -dM %s -o - 2>&1 \
25302530
// RUN: -target i386-unknown-linux \
2531-
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_SRF_M32,CHECK_ARLS_M32,CHECK_PTL_M32,CHECK_CWF_M32,CHECK_NKL_M32
2531+
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_SRF_M32,CHECK_ARLS_M32,CHECK_CWF_M32,CHECK_NKL_M32
25322532
// CHECK_ARL_M32: #define __ADX__ 1
25332533
// CHECK_ARL_M32: #define __AES__ 1
25342534
// CHECK_ARL_M32: #define __AVX2__ 1
@@ -2633,7 +2633,7 @@
26332633
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_ARLS_M64,CHECK_PTL_M64,CHECK_NKL_M64
26342634
// RUN: %clang -march=clearwaterforest -m64 -E -dM %s -o - 2>&1 \
26352635
// RUN: -target i386-unknown-linux \
2636-
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_SRF_M64,CHECK_ARLS_M64,CHECK_PTL_M64,CHECK_CWF_M64,CHECK_NKL_M64
2636+
// RUN: | FileCheck -match-full-lines %s -check-prefixes=CHECK_ARL_M64,CHECK_SRF_M64,CHECK_ARLS_M64,CHECK_CWF_M64,CHECK_NKL_M64
26372637
// CHECK_ARL_M64: #define __ADX__ 1
26382638
// CHECK_ARL_M64: #define __AES__ 1
26392639
// CHECK_ARL_M64: #define __AVX2__ 1

0 commit comments

Comments
 (0)