opnsense-src/usr.bin/clang/opt/Makefile
Dimitry Andric 0eb20fbda7 Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-19-init-18630-gf2ccf80136a0, the
last commit before the upstream release/19.x branch was created.

PR:		280562
MFC after:	1 month

(cherry picked from commit 0fca6ea1d4)
2024-12-01 12:16:52 +01:00

9 lines
130 B
Makefile

PROG_CXX= opt
SRCDIR= llvm/tools/opt
SRCS+= NewPMDriver.cpp
SRCS+= opt.cpp
SRCS+= optdriver.cpp
.include "../llvm.prog.mk"