forked from OSchip/llvm-project
Use provided llvm-defined variables instead of twisting user-controlled knobs.
No visible change. llvm-svn: 102240
This commit is contained in:
parent
3afcd7cd80
commit
20f5e974e4
|
@ -9,9 +9,8 @@
|
|||
LEVEL = ../..
|
||||
TOOLNAME = ExceptionDemo
|
||||
EXAMPLE_TOOL = 1
|
||||
REQUIRES_EH = 1
|
||||
|
||||
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
CXXFLAGS += -fexceptions
|
||||
|
|
Loading…
Reference in New Issue