Fix test trying to write a spurious output file into the source
authorRichard Smith <richard@metafoo.co.uk>
Wed, 14 Jul 2021 01:28:45 +0000 (18:28 -0700)
committerRichard Smith <richard@metafoo.co.uk>
Wed, 14 Jul 2021 01:58:24 +0000 (18:58 -0700)
directory.

This causes test failures if the source directory is read-only.

clang/test/CodeGen/builtins-ppc-xlcompat-pwr9-64bit.c
clang/test/CodeGen/builtins-ppc-xlcompat-pwr9.c

index bee48b0..6dd96f4 100644 (file)
@@ -4,9 +4,9 @@
 // RUN:   -target-cpu pwr9 -o - | FileCheck %s
 // RUN: %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm %s \
 // RUN:   -target-cpu pwr9 -o - | FileCheck %s
-// RUN: not %clang_cc1 -triple powerpc-unknown-aix %s -emit-llvm %s \
+// RUN: not %clang_cc1 -triple powerpc-unknown-aix -emit-llvm-only %s \
 // RUN:   -target-cpu pwr9 2>&1 | FileCheck %s --check-prefix=CHECK-32-ERROR
-// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm %s \
+// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm-only %s \
 // RUN:   -target-cpu pwr8 2>&1 | FileCheck %s --check-prefix=CHECK-NONPWR9-ERR
 
 extern signed long long sll;
index e49bbaf..bdce26a 100644 (file)
@@ -6,7 +6,7 @@
 // RUN:   -target-cpu pwr9 -o - | FileCheck %s
 // RUN: %clang_cc1 -triple powerpc-unknown-aix %s -emit-llvm %s \
 // RUN:   -target-cpu pwr9 -o - | FileCheck %s
-// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm %s \
+// RUN: not %clang_cc1 -triple powerpc64-unknown-aix -emit-llvm-only %s \
 // RUN:   -target-cpu pwr8 2>&1 | FileCheck %s --check-prefix=CHECK-NONPWR9-ERR
 
 extern unsigned int ui;