summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2018-06-06 08:50:12 +0000
committerIlya Biryukov <ibiryukov@google.com>2018-06-06 08:50:12 +0000
commit26a35dae83fabfc308fe25e5f009d0b1f1f3c3a6 (patch)
tree521f39f7c554332ca400abbe2912eec07157fd5e
parentd16cccf803c0377678c90766ff39841a7804d55d (diff)
downloadbcm5719-llvm-26a35dae83fabfc308fe25e5f009d0b1f1f3c3a6.tar.gz
bcm5719-llvm-26a35dae83fabfc308fe25e5f009d0b1f1f3c3a6.zip
Change test to output 'pcm' to the temp dir, not the source dir
llvm-svn: 334073
-rw-r--r--clang/test/SemaCXX/anonymous-union-export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/anonymous-union-export.cpp b/clang/test/SemaCXX/anonymous-union-export.cpp
index 270c0c3ae9f..1d83d809f52 100644
--- a/clang/test/SemaCXX/anonymous-union-export.cpp
+++ b/clang/test/SemaCXX/anonymous-union-export.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++17 -fmodules-ts -emit-obj -verify %s
+// RUN: %clang_cc1 -std=c++17 -fmodules-ts -emit-obj -verify -o %t.pcm %s
export module M;
export {
OpenPOWER on IntegriCloud