mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14-init-10223-g401b76fdf2b3.
PR: 261742
MFC after: 2 weeks
(cherry picked from commit 5e801ac66d)
11 lines
200 B
Makefile
11 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-diff
|
|
|
|
SRCDIR= llvm/tools/llvm-diff
|
|
SRCS+= lib/DiffConsumer.cpp
|
|
SRCS+= lib/DiffLog.cpp
|
|
SRCS+= lib/DifferenceEngine.cpp
|
|
SRCS+= llvm-diff.cpp
|
|
|
|
.include "../llvm.prog.mk"
|