mirror of https://github.com/microsoft/clang.git
Add -emit-llvm-only to the regression test for PR21547.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a676364a90
commit
74dddd4916
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue