mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-06 21:27:23 +00:00
Use provided llvm-defined variables instead of twisting user-controlled knobs.
No visible change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102240 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,9 +9,8 @@
|
|||||||
LEVEL = ../..
|
LEVEL = ../..
|
||||||
TOOLNAME = ExceptionDemo
|
TOOLNAME = ExceptionDemo
|
||||||
EXAMPLE_TOOL = 1
|
EXAMPLE_TOOL = 1
|
||||||
|
REQUIRES_EH = 1
|
||||||
|
|
||||||
LINK_COMPONENTS := jit interpreter nativecodegen
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
CXXFLAGS += -fexceptions
|
|
||||||
|
Reference in New Issue
Block a user