Don't compile testcase with clang modules enabled.
authorAdrian Prantl <aprantl@apple.com>
Fri, 2 Mar 2018 23:15:04 +0000 (23:15 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 2 Mar 2018 23:15:04 +0000 (23:15 +0000)
It isn't actually necessary for what we are testing here and should
fix the test on the Linux bots.

llvm-svn: 326634

lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/Makefile
lldb/packages/Python/lldbsuite/test/lang/objc/modules-cache/main.m

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