Author: dim
Date: Mon Sep  7 19:29:06 2020
New Revision: 365426
URL: https://svnweb.freebsd.org/changeset/base/365426

Log:
  MFC r364081:
  
  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.

Modified:
  stable/12/lib/libclang_rt/fuzzer/Makefile
  stable/12/lib/libclang_rt/profile/Makefile
  stable/12/lib/libclang_rt/xray/Makefile
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/lib/libclang_rt/fuzzer/Makefile
  stable/11/lib/libclang_rt/profile/Makefile
  stable/11/lib/libclang_rt/xray/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/lib/libclang_rt/fuzzer/Makefile
==============================================================================
--- stable/12/lib/libclang_rt/fuzzer/Makefile   Mon Sep  7 18:47:25 2020        
(r365425)
+++ stable/12/lib/libclang_rt/fuzzer/Makefile   Mon Sep  7 19:29:06 2020        
(r365426)
@@ -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>

Modified: stable/12/lib/libclang_rt/profile/Makefile
==============================================================================
--- stable/12/lib/libclang_rt/profile/Makefile  Mon Sep  7 18:47:25 2020        
(r365425)
+++ stable/12/lib/libclang_rt/profile/Makefile  Mon Sep  7 19:29:06 2020        
(r365426)
@@ -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>

Modified: stable/12/lib/libclang_rt/xray/Makefile
==============================================================================
--- stable/12/lib/libclang_rt/xray/Makefile     Mon Sep  7 18:47:25 2020        
(r365425)
+++ stable/12/lib/libclang_rt/xray/Makefile     Mon Sep  7 19:29:06 2020        
(r365426)
@@ -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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to