Skip to content

Commit 53f4abc

Browse files
authored
[PowerPC][NFC] Combine the 2 dmf neg test files (#149875)
Combining since these are testing the same err message with only difference being the target cpu.
1 parent 509af52 commit 53f4abc

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

clang/test/CodeGen/PowerPC/ppc-dmf-future-builtin-err.c

Lines changed: 0 additions & 15 deletions
This file was deleted.

clang/test/CodeGen/PowerPC/ppc-dmf-mma-builtin-err.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// RUN: not %clang_cc1 -triple powerpc64le-unknown-linux-gnu -target-cpu pwr10 \
2+
// RUN: %s -emit-llvm-only 2>&1 | FileCheck %s
13
// RUN: not %clang_cc1 -triple powerpc64le-unknown-linux-gnu -target-cpu future \
24
// RUN: %s -emit-llvm-only 2>&1 | FileCheck %s
35

0 commit comments

Comments
 (0)