mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
During the bootstrap phase, when building the minimal llvm library on
PowerPC, add lib/Support/Atomic.cpp. This is needed because upstream llvm revision r271821 disabled the use of std::call_once, which causes some fallback functions from Atomic.cpp to be used instead. Reported by: Mark Millard PR: 214902 X-MFC-With: 309124
This commit is contained in:
parent
8ab00b8fbc
commit
c130a785e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309656
@ -7,6 +7,9 @@ INTERNALLIB=
|
||||
|
||||
SRCDIR= lib
|
||||
SRCS+= Support/APInt.cpp
|
||||
.if ${MACHINE_ARCH:Mpowerpc*} != ""
|
||||
SRCS+= Support/Atomic.cpp
|
||||
.endif
|
||||
SRCS+= Support/CommandLine.cpp
|
||||
SRCS+= Support/ConvertUTF.c
|
||||
SRCS+= Support/ConvertUTFWrapper.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user