mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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)
9 lines
130 B
Makefile
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"
|