mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Restore libunwind.cpp to LLVM libunwind build (reverts r294576)
The unw_* functions are not exported, but are used internally.
This commit is contained in:
parent
cce13d6539
commit
fff38c35ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294590
@ -81,7 +81,8 @@ LIB2ADDEH = gcc_personality_v0.c \
|
||||
UnwindLevel1-gcc-ext.c \
|
||||
UnwindLevel1.c \
|
||||
UnwindRegistersRestore.S \
|
||||
UnwindRegistersSave.S
|
||||
UnwindRegistersSave.S \
|
||||
libunwind.cpp
|
||||
|
||||
CFLAGS+= -I${UNWINDINCDIR} -I${.CURDIR}
|
||||
.if empty(CXXFLAGS:M-std=*)
|
||||
|
Loading…
Reference in New Issue
Block a user