mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
0e1e0ce556
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, the
last commit before the upstream release/17.x branch was created.
PR: 273753
MFC after: 1 month
(cherry picked from commit 06c3fb2749
)
11 lines
206 B
Makefile
11 lines
206 B
Makefile
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.xray-basic-${CRTARCH}
|
|
|
|
CFLAGS+= -DSANITIZER_COMMON_NO_REDEFINE_BUILTINS
|
|
|
|
SRCS+= xray/xray_basic_flags.cpp
|
|
SRCS+= xray/xray_basic_logging.cpp
|
|
|
|
.include <bsd.lib.mk>
|