Skip to content

Commit b644726

Browse files
committed
[PPC][InlineASM] Don't write to source directory in test
1 parent fc4b09d commit b644726

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)