Skip to content

Instantly share code, notes, and snippets.

@notgne2
Created January 17, 2020 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notgne2/29ba18d656c11b89ce306e810ac45ac5 to your computer and use it in GitHub Desktop.
Save notgne2/29ba18d656c11b89ce306e810ac45ac5 to your computer and use it in GitHub Desktop.
~/b  tree result/
result/
├── lib
│ └── linux
│ ├── libclang_rt.asan_cxx-x86_64.a
│ ├── libclang_rt.asan_cxx-x86_64.a.syms
│ ├── libclang_rt.asan-preinit-x86_64.a
│ ├── libclang_rt.asan-x86_64.a
│ ├── libclang_rt.asan-x86_64.a.syms
│ ├── libclang_rt.asan-x86_64.so
│ ├── libclang_rt.builtins-x86_64.a
│ ├── libclang_rt.cfi_diag-x86_64.a
│ ├── libclang_rt.cfi-x86_64.a
│ ├── libclang_rt.dd-x86_64.a
│ ├── libclang_rt.dfsan-x86_64.a
│ ├── libclang_rt.dfsan-x86_64.a.syms
│ ├── libclang_rt.dyndd-x86_64.so
│ ├── libclang_rt.esan-x86_64.a
│ ├── libclang_rt.esan-x86_64.a.syms
│ ├── libclang_rt.fuzzer_no_main-x86_64.a
│ ├── libclang_rt.fuzzer-x86_64.a
│ ├── libclang_rt.hwasan_cxx-x86_64.a
│ ├── libclang_rt.hwasan_cxx-x86_64.a.syms
│ ├── libclang_rt.hwasan-x86_64.a
│ ├── libclang_rt.hwasan-x86_64.a.syms
│ ├── libclang_rt.hwasan-x86_64.so
│ ├── libclang_rt.lsan-x86_64.a
│ ├── libclang_rt.msan_cxx-x86_64.a
│ ├── libclang_rt.msan_cxx-x86_64.a.syms
│ ├── libclang_rt.msan-x86_64.a
│ ├── libclang_rt.msan-x86_64.a.syms
│ ├── libclang_rt.profile-x86_64.a
│ ├── libclang_rt.safestack-x86_64.a
│ ├── libclang_rt.scudo_cxx_minimal-x86_64.a
│ ├── libclang_rt.scudo_cxx-x86_64.a
│ ├── libclang_rt.scudo_minimal-x86_64.a
│ ├── libclang_rt.scudo_minimal-x86_64.so
│ ├── libclang_rt.scudo-x86_64.a
│ ├── libclang_rt.scudo-x86_64.so
│ ├── libclang_rt.stats_client-x86_64.a
│ ├── libclang_rt.stats-x86_64.a
│ ├── libclang_rt.tsan_cxx-x86_64.a
│ ├── libclang_rt.tsan_cxx-x86_64.a.syms
│ ├── libclang_rt.tsan-x86_64.a
│ ├── libclang_rt.tsan-x86_64.a.syms
│ ├── libclang_rt.ubsan_minimal-x86_64.a
│ ├── libclang_rt.ubsan_minimal-x86_64.a.syms
│ ├── libclang_rt.ubsan_minimal-x86_64.so
│ ├── libclang_rt.ubsan_standalone_cxx-x86_64.a
│ ├── libclang_rt.ubsan_standalone_cxx-x86_64.a.syms
│ ├── libclang_rt.ubsan_standalone-x86_64.a
│ ├── libclang_rt.ubsan_standalone-x86_64.a.syms
│ ├── libclang_rt.ubsan_standalone-x86_64.so
│ ├── libclang_rt.xray-basic-x86_64.a
│ ├── libclang_rt.xray-fdr-x86_64.a
│ ├── libclang_rt.xray-profiling-x86_64.a
│ └── libclang_rt.xray-x86_64.a
└── share
├── asan_blacklist.txt
├── cfi_blacklist.txt
├── dfsan_abilist.txt
├── hwasan_blacklist.txt
└── msan_blacklist.txt
3 directories, 58 files
~/b  tree result-dev/
result-dev/
├── include
│ ├── sanitizer
│ │ ├── allocator_interface.h
│ │ ├── asan_interface.h
│ │ ├── common_interface_defs.h
│ │ ├── coverage_interface.h
│ │ ├── dfsan_interface.h
│ │ ├── esan_interface.h
│ │ ├── hwasan_interface.h
│ │ ├── linux_syscall_hooks.h
│ │ ├── lsan_interface.h
│ │ ├── msan_interface.h
│ │ ├── netbsd_syscall_hooks.h
│ │ ├── scudo_interface.h
│ │ ├── tsan_interface_atomic.h
│ │ └── tsan_interface.h
│ └── xray
│ ├── xray_interface.h
│ └── xray_log_interface.h
└── nix-support
└── propagated-build-inputs
4 directories, 17 files
~/b 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment