003 File Manager
Current Path:
/usr/src/lib/libclang_rt
usr
/
src
/
lib
/
libclang_rt
/
📁
..
📄
Makefile
(665 B)
📄
Makefile.inc
(1.01 KB)
📁
asan
📁
asan-preinit
📁
asan_cxx
📁
asan_dynamic
📁
cfi
📁
cfi_diag
📁
dd
📁
fuzzer
📁
fuzzer_no_main
📁
include
📁
msan
📁
msan_cxx
📁
profile
📁
safestack
📁
stats
📁
stats_client
📁
tsan
📁
tsan_cxx
📁
ubsan_minimal
📁
ubsan_standalone
📁
ubsan_standalone_cxx
📁
xray
📁
xray-basic
📁
xray-fdr
📁
xray-profiling
Editing: Makefile
# $FreeBSD$ .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" SUBDIR+= include SUBDIR+= asan SUBDIR+= asan-preinit SUBDIR+= asan_cxx SUBDIR+= asan_dynamic SUBDIR+= cfi SUBDIR+= cfi_diag SUBDIR+= safestack SUBDIR+= stats SUBDIR+= stats_client SUBDIR+= ubsan_minimal SUBDIR+= ubsan_standalone SUBDIR+= ubsan_standalone_cxx .endif # amd64 || i386 .if ${MACHINE_CPUARCH} == "amd64" SUBDIR+= dd SUBDIR+= fuzzer SUBDIR+= fuzzer_no_main SUBDIR+= msan SUBDIR+= msan_cxx SUBDIR+= tsan SUBDIR+= tsan_cxx SUBDIR+= xray SUBDIR+= xray-basic SUBDIR+= xray-fdr SUBDIR+= xray-profiling .endif # amd64 SUBDIR+= profile SUBDIR_PARALLEL= .include <bsd.subdir.mk>
Upload File
Create Folder