blob: ba07ed1131c57205209c91b06acbdc9f144e747c [file] [log] [blame]
# SingleSource/UnitTests/ObjC/Makefile
LEVEL = ../../..
include $(LEVEL)/Makefile.config
DISABLE_JIT := 1
DIRS :=
LDFLAGS += -lobjc -framework Foundation
PROGRAM_REQUIRED_TO_EXIT_OK := 1
# This is a known gcc / llvm-gcc miscompilation fixed in clang.
ifdef CC_UNDER_TEST_IS_LLVM_GCC
EXEC_XFAILS = dot-syntax-2
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc