Follow-up to r358851 (llvm-project 10.0.0-rc3 import), where I added

subdirectories for compiler-rt's internal fuzzer, profile and xray
headers, but forgot to add installing those headers themselves.

MFC after:	3 days
This commit is contained in:
Dimitry Andric 2020-08-10 16:55:54 +00:00
parent 5e79447d60
commit a08d04f4e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364081
3 changed files with 14 additions and 0 deletions

View file

@ -23,4 +23,8 @@ SRCS+= fuzzer/FuzzerUtil.cpp
SRCS+= fuzzer/FuzzerUtilLinux.cpp
SRCS+= fuzzer/FuzzerUtilPosix.cpp
.PATH: ${CRTSRC}/include/fuzzer
INCSDIR= ${CLANGDIR}/include/fuzzer
INCS+= FuzzedDataProvider.h
.include <bsd.lib.mk>

View file

@ -25,4 +25,8 @@ SRCS+= profile/InstrProfilingUtil.c
SRCS+= profile/InstrProfilingValue.c
SRCS+= profile/InstrProfilingWriter.c
.PATH: ${CRTSRC}/include/profile
INCSDIR= ${CLANGDIR}/include/profile
INCS+= InstrProfData.inc
.include <bsd.lib.mk>

View file

@ -41,4 +41,10 @@ SRCS+= xray/xray_trampoline_x86_64.S
SRCS+= xray/xray_utils.cpp
SRCS+= xray/xray_x86_64.cpp
.PATH: ${CRTSRC}/include/xray
INCSDIR= ${CLANGDIR}/include/xray
INCS+= xray_interface.h
INCS+= xray_log_interface.h
INCS+= xray_records.h
.include <bsd.lib.mk>