X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FExceptionDemo%2FMakefile;fp=examples%2FExceptionDemo%2FMakefile;h=895b61dafcd3c8fff2029ce0eff01deb9bcc1841;hp=58d9def0b7eea2d33e874011f80d705f1e6ddcc2;hb=b449c2885f4052c2c8e7cd43a9dabb6169fd6f23;hpb=a80ff266885a464b9270a86462dc01d41258d7d8 diff --git a/examples/ExceptionDemo/Makefile b/examples/ExceptionDemo/Makefile index 58d9def0b7e..895b61dafcd 100644 --- a/examples/ExceptionDemo/Makefile +++ b/examples/ExceptionDemo/Makefile @@ -11,6 +11,6 @@ TOOLNAME = ExceptionDemo EXAMPLE_TOOL = 1 REQUIRES_EH = 1 -LINK_COMPONENTS := jit mcjit nativecodegen +LINK_COMPONENTS := mcjit nativecodegen include $(LEVEL)/Makefile.common