Commit c0f8a36 1 parent c615038 commit c0f8a36 Copy full SHA for c0f8a36
File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
endif
23
23
24
24
REQUIRES_EH := 1
25
+ REQUIRES_RTTI := 1
25
26
26
27
include $(LEVEL ) /Makefile.common
27
28
Original file line number Diff line number Diff line change 10
10
LEVEL = ../..
11
11
LIBRARYNAME = LLVMSystem
12
12
BUILD_ARCHIVE = 1
13
-
13
+ REQUIRES_RTTI = 1
14
14
include $(LEVEL ) /Makefile.config
15
15
16
16
ifeq ($(HOST_OS ) ,MingW)
Original file line number Diff line number Diff line change 9
9
LEVEL = ../..
10
10
LIBRARYNAME = LLVMCore
11
11
BUILD_ARCHIVE = 1
12
- # CXXFLAGS = -fno-rtti
12
+ REQUIRES_RTTI = 1
13
13
14
14
BUILT_SOURCES = $(PROJ_OBJ_ROOT ) /include/llvm/Intrinsics.gen
15
15
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ LEVEL = ../..
11
11
12
12
export LLVMC_BASED_DRIVER_NAME = llvmc
13
13
export LLVMC_BUILTIN_PLUGINS = Base Clang
14
+ REQUIRES_RTTI = 1
14
15
15
16
DIRS = plugins driver
16
17
You can’t perform that action at this time.
0 commit comments