r334073 - Change test to output 'pcm' to the temp dir, not the source dir

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 6 01:50:12 PDT 2018


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 {




More information about the cfe-commits mailing list