This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
freebsd-skq
/
lib
/
clang
/
lldb.pre.mk
6 lines
67 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
Centralize where LLVM_SRCS, CLANG_SRCS and LLDB_SRCS are defined.
2016-08-27 10:00:33 +00: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 19:53:05 +00:00
LLDB_SRCS
=
${
LLVM_BASE
}
/lldb
Reference in New Issue
Copy Permalink