Don't compile testcase with clang modules enabled.

It isn't actually necessary for what we are testing here and should
fix the test on the Linux bots.

llvm-svn: 326634
This commit is contained in:
Adrian Prantl 2018-03-02 23:15:04 +00:00
parent e029a2ff23
commit beb6025361
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
LEVEL = ../../../make
OBJC_SOURCES := main.m
include $(LEVEL)/Makefile.rules
CFLAGS += $(MANDATORY_MODULE_BUILD_CFLAGS) -I$(SRCDIR)

View File

@ -1,4 +1,4 @@
@import Foo;
#include "f.h"
int main() {
f(); // Set breakpoint here.
return 0;