mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16-init-18548-gb0daacf58f41. PR: 271047 MFC after: 1 month
13 lines
206 B
Makefile
13 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-profdata
|
|
|
|
SRCDIR= llvm/tools/llvm-profdata
|
|
SRCS+= llvm-profdata.cpp
|
|
|
|
CFLAGS.llvm-profdata.cpp+= -Dllvm_profdata_main=main
|
|
|
|
LIBADD+= z
|
|
LIBADD+= zstd
|
|
|
|
.include "../llvm.prog.mk"
|