Restore libunwind.cpp to LLVM libunwind build (reverts r294576)

The unw_* functions are not exported, but are used internally.
This commit is contained in:
Ed Maste 2016-01-22 19:03:39 +00:00
parent cce13d6539
commit fff38c35ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294590

View File

@ -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=*)