From: Vassil Vassilev Date: Wed, 30 Mar 2016 22:22:50 +0000 (+0000) Subject: Add -emit-llvm-only to the regression test for PR21547. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74dddd49162382879f70cf035e124e9510e49cb5;p=clang 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 --- diff --git a/test/Modules/pr21547.cpp b/test/Modules/pr21547.cpp index db3b6dd36a..c6275b4cc7 100644 --- a/test/Modules/pr21547.cpp +++ b/test/Modules/pr21547.cpp @@ -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"