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

llvm-svn: 264939
This commit is contained in:
Vassil Vassilev 2016-03-30 22:22:50 +00:00
parent e0f41da049
commit 85daf65c5a

View File

@ -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"