This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-15 14:56:13 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0c325f53f1
HardenedBSD
/
lib
/
clang
/
lldb.pre.mk
6 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
Centralize where LLVM_SRCS, CLANG_SRCS and LLDB_SRCS are defined.
2016-08-27 12:00:33 +02:00
# $FreeBSD$
.
i
n
c
l
u
d
e
"clang.pre.mk"
Move all sources from the llvm project into contrib/llvm-project. This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next.
2019-12-20 20:53:05 +01:00
LLDB_SRCS
=
${
LLVM_BASE
}
/lldb
Reference in New Issue
Copy Permalink