Skip to content

Commit b4fb95c

Browse files
d0kAlexisPerry
authored andcommitted
[PPC][InlineASM] Don't write to source directory in test
1 parent 2014920 commit b4fb95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/PowerPC/inline-asm-constraints-error.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang_cc1 -emit-llvm -triple powerpc64-ibm-aix-xcoff -verify %s
2-
// RUN: %clang_cc1 -emit-llvm -triple powerpc-ibm-aix-xcoff -verify %s
1+
// RUN: %clang_cc1 -emit-llvm-only -triple powerpc64-ibm-aix-xcoff -verify %s
2+
// RUN: %clang_cc1 -emit-llvm-only -triple powerpc-ibm-aix-xcoff -verify %s
33
// This test case exist to test marking the 'a' inline assembly constraint as
44
// unsupported because powerpc previously marked it as supported.
55
int foo(int arg){

0 commit comments

Comments
 (0)