Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 2387b0e1cc77e1ff7ecfffbc9e764a63fa13b3c9..e0e050e89728b0f8645825f4f04228f23eec996e 100644 (file)
@@ -9,6 +9,5 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMExecutionEngine
 PARALLEL_DIRS = Interpreter JIT
-CXXFLAGS = -fno-rtti
 
 include $(LEVEL)/Makefile.common