mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
06c3fb2749
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
7 lines
134 B
Makefile
7 lines
134 B
Makefile
|
|
LLVM_BASE= ${SRCTOP}/contrib/llvm-project
|
|
LLVM_SRCS= ${LLVM_BASE}/llvm
|
|
|
|
LLVM_MIN_TBLGEN?= llvm-min-tblgen
|
|
LLVM_TBLGEN?= llvm-tblgen
|