Add new llvm-{cxxfilt,lto2,modextract,xray} tools.
This commit is contained in:
parent
d5e9498269
commit
281264c5d1
@ -1481,17 +1481,21 @@ OLD_FILES+=usr/bin/llvm-ar
|
||||
OLD_FILES+=usr/bin/llvm-as
|
||||
OLD_FILES+=usr/bin/llvm-bcanalyzer
|
||||
OLD_FILES+=usr/bin/llvm-cxxdump
|
||||
OLD_FILES+=usr/bin/llvm-cxxfilt
|
||||
OLD_FILES+=usr/bin/llvm-diff
|
||||
OLD_FILES+=usr/bin/llvm-dis
|
||||
OLD_FILES+=usr/bin/llvm-dwarfdump
|
||||
OLD_FILES+=usr/bin/llvm-extract
|
||||
OLD_FILES+=usr/bin/llvm-link
|
||||
OLD_FILES+=usr/bin/llvm-lto
|
||||
OLD_FILES+=usr/bin/llvm-lto2
|
||||
OLD_FILES+=usr/bin/llvm-mc
|
||||
OLD_FILES+=usr/bin/llvm-modextract
|
||||
OLD_FILES+=usr/bin/llvm-nm
|
||||
OLD_FILES+=usr/bin/llvm-pdbdump
|
||||
OLD_FILES+=usr/bin/llvm-rtdyld
|
||||
OLD_FILES+=usr/bin/llvm-symbolizer
|
||||
OLD_FILES+=usr/bin/llvm-xray
|
||||
OLD_FILES+=usr/bin/opt
|
||||
OLD_FILES+=usr/share/man/man1/bugpoint.1.gz
|
||||
OLD_FILES+=usr/share/man/man1/llc.1.gz
|
||||
|
@ -19,18 +19,22 @@ SUBDIR+= llvm-as
|
||||
SUBDIR+= llvm-bcanalyzer
|
||||
SUBDIR+= llvm-cov
|
||||
SUBDIR+= llvm-cxxdump
|
||||
SUBDIR+= llvm-cxxfilt
|
||||
SUBDIR+= llvm-diff
|
||||
SUBDIR+= llvm-dis
|
||||
SUBDIR+= llvm-dwarfdump
|
||||
SUBDIR+= llvm-extract
|
||||
SUBDIR+= llvm-link
|
||||
SUBDIR+= llvm-lto
|
||||
SUBDIR+= llvm-lto2
|
||||
SUBDIR+= llvm-mc
|
||||
SUBDIR+= llvm-modextract
|
||||
SUBDIR+= llvm-nm
|
||||
SUBDIR+= llvm-pdbdump
|
||||
SUBDIR+= llvm-profdata
|
||||
SUBDIR+= llvm-rtdyld
|
||||
SUBDIR+= llvm-symbolizer
|
||||
SUBDIR+= llvm-xray
|
||||
SUBDIR+= opt
|
||||
.endif
|
||||
|
||||
|
11
usr.bin/clang/llvm-cxxfilt/Makefile
Normal file
11
usr.bin/clang/llvm-cxxfilt/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG_CXX= llvm-cxxfilt
|
||||
MAN=
|
||||
|
||||
SRCDIR= tools/llvm-cxxfilt
|
||||
SRCS+= llvm-cxxfilt.cpp
|
||||
|
||||
LIBADD+= z
|
||||
|
||||
.include "../llvm.prog.mk"
|
25
usr.bin/clang/llvm-cxxfilt/Makefile.depend
Normal file
25
usr.bin/clang/llvm-cxxfilt/Makefile.depend
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvm \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
usr.bin/clang/llvm-lto2/Makefile
Normal file
11
usr.bin/clang/llvm-lto2/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG_CXX= llvm-lto2
|
||||
MAN=
|
||||
|
||||
SRCDIR= tools/llvm-lto2
|
||||
SRCS= llvm-lto2.cpp
|
||||
|
||||
LIBADD+= z
|
||||
|
||||
.include "../llvm.prog.mk"
|
25
usr.bin/clang/llvm-lto2/Makefile.depend
Normal file
25
usr.bin/clang/llvm-lto2/Makefile.depend
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvm \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
11
usr.bin/clang/llvm-modextract/Makefile
Normal file
11
usr.bin/clang/llvm-modextract/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG_CXX= llvm-modextract
|
||||
MAN=
|
||||
|
||||
SRCDIR= tools/llvm-modextract
|
||||
SRCS= llvm-modextract.cpp
|
||||
|
||||
LIBADD+= z
|
||||
|
||||
.include "../llvm.prog.mk"
|
25
usr.bin/clang/llvm-modextract/Makefile.depend
Normal file
25
usr.bin/clang/llvm-modextract/Makefile.depend
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvm \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
13
usr.bin/clang/llvm-xray/Makefile
Normal file
13
usr.bin/clang/llvm-xray/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG_CXX= llvm-xray
|
||||
MAN=
|
||||
|
||||
SRCDIR= tools/llvm-xray
|
||||
SRCS+= llvm-xray.cc
|
||||
SRCS+= xray-extract.cc
|
||||
SRCS+= xray-registry.cc
|
||||
|
||||
LIBADD+= z
|
||||
|
||||
.include "../llvm.prog.mk"
|
25
usr.bin/clang/llvm-xray/Makefile.depend
Normal file
25
usr.bin/clang/llvm-xray/Makefile.depend
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvm \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user