Modify setStatusInfoOnDisk to not throw an exception.
[oota-llvm.git] / lib / System / Makefile
index d4fc79ce7a0aa86f4e80d648b8474bc17d3073b8..c43009a1e0775ffc3e6a626626d0410e93fd0040 100644 (file)
 LEVEL = ../..
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
+REQUIRES_EH := 1
 
 EXTRA_DIST = Unix Win32 README.txt
 
 include $(LEVEL)/Makefile.common
+
+CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
+CompileCommonOpts := $(filter-out -Wno-long-long,$(CompileCommonOpts))