opnsense-src/usr.bin/clang/llvm-profdata/Makefile
Dimitry Andric fe013be447 Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51
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)
2024-01-07 18:46:17 +01:00

8 lines
147 B
Makefile

PROG_CXX= llvm-profdata
SRCDIR= llvm/tools/llvm-profdata
SRCS+= llvm-profdata-driver.cpp
SRCS+= llvm-profdata.cpp
.include "../llvm.prog.mk"