[llvm-commits] [llvm] r94398 - /llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile
Daniel Dunbar
daniel at zuster.org
Sun Jan 24 16:45:01 PST 2010
Author: ddunbar
Date: Sun Jan 24 18:45:01 2010
New Revision: 94398
URL: http://llvm.org/viewvc/llvm-project?rev=94398&view=rev
Log:
This example requires RTTI.
Modified:
llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile
Modified: llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile?rev=94398&r1=94397&r2=94398&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter7/Makefile Sun Jan 24 18:45:01 2010
@@ -9,6 +9,7 @@
LEVEL = ../../..
TOOLNAME = Kaleidoscope-Ch7
EXAMPLE_TOOL = 1
+REQUIRES_RTTI := 1
LINK_COMPONENTS := core jit interpreter native
More information about the llvm-commits
mailing list