r264939 - Add -emit-llvm-only to the regression test for PR21547.

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 15:22:51 PDT 2016


Author: vvassilev
Date: Wed Mar 30 17:22:50 2016
New Revision: 264939

URL: http://llvm.org/viewvc/llvm-project?rev=264939&view=rev
Log:
Add -emit-llvm-only to the regression test for PR21547.

Modified:
    cfe/trunk/test/Modules/pr21547.cpp

Modified: cfe/trunk/test/Modules/pr21547.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/pr21547.cpp?rev=264939&r1=264938&r2=264939&view=diff
==============================================================================
--- cfe/trunk/test/Modules/pr21547.cpp (original)
+++ cfe/trunk/test/Modules/pr21547.cpp Wed Mar 30 17:22:50 2016
@@ -1,6 +1,7 @@
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -I%S/Inputs/PR21547 -verify %s
 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR21547 -verify %s
+// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR21547 -emit-llvm-only %s
 
 #include "Inputs/PR21547/FirstHeader.h"
 




More information about the cfe-commits mailing list