From 74dddd49162382879f70cf035e124e9510e49cb5 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 30 Mar 2016 22:22:50 +0000 Subject: [PATCH] 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 --- test/Modules/pr21547.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.0