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.0.6-0-g7cbf1a259152 (aka 16.0.6 release). PR: 271047 MFC after: 1 month
6 lines
111 B
Makefile
6 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
LLVM_BASE= ${SRCTOP}/contrib/llvm-project
|
|
LLVM_SRCS= ${LLVM_BASE}/llvm
|
|
|
|
LLVM_TBLGEN?= llvm-tblgen
|