Drop HP libunwind (unw_*) functions from LLVM libunwind
They are not needed for exception handling.
This commit is contained in:
parent
8ba35e7674
commit
8b90d96a75
@ -81,8 +81,7 @@ LIB2ADDEH = gcc_personality_v0.c \
|
||||
UnwindLevel1-gcc-ext.c \
|
||||
UnwindLevel1.c \
|
||||
UnwindRegistersRestore.S \
|
||||
UnwindRegistersSave.S \
|
||||
libunwind.cpp
|
||||
UnwindRegistersSave.S
|
||||
|
||||
CFLAGS+= -I${UNWINDINCDIR} -I${.CURDIR}
|
||||
.if empty(CXXFLAGS:M-std=*)
|
||||
|
Loading…
Reference in New Issue
Block a user