forked from OSchip/llvm-project
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:
parent
e029a2ff23
commit
beb6025361
|
@ -1,4 +1,3 @@
|
||||||
LEVEL = ../../../make
|
LEVEL = ../../../make
|
||||||
OBJC_SOURCES := main.m
|
OBJC_SOURCES := main.m
|
||||||
include $(LEVEL)/Makefile.rules
|
include $(LEVEL)/Makefile.rules
|
||||||
CFLAGS += $(MANDATORY_MODULE_BUILD_CFLAGS) -I$(SRCDIR)
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import Foo;
|
#include "f.h"
|
||||||
int main() {
|
int main() {
|
||||||
f(); // Set breakpoint here.
|
f(); // Set breakpoint here.
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue