Author: ibiryukov
Date: Wed Jun  6 01:50:12 2018
New Revision: 334073

URL: http://llvm.org/viewvc/llvm-project?rev=334073&view=rev
Log:
Change test to output 'pcm' to the temp dir, not the source dir

Modified:
    cfe/trunk/test/SemaCXX/anonymous-union-export.cpp

Modified: cfe/trunk/test/SemaCXX/anonymous-union-export.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/anonymous-union-export.cpp?rev=334073&r1=334072&r2=334073&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/anonymous-union-export.cpp (original)
+++ cfe/trunk/test/SemaCXX/anonymous-union-export.cpp Wed Jun  6 01:50:12 2018
@@ -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 {


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to