search for: sanstat

Displaying 9 results from an estimated 9 matches for "sanstat".

Did you mean: sanstats
2016 Sep 20
2
[cfe-dev] Recent clang regressions
...cross-dso/Output/ stats.cpp.tmp.so env SANITIZER_STATS_PATH=/usr/local/google/home/prazek/llvm-build-release/projects/compiler-rt/test/cfi/Devirt/cross-dso/Output/stats.cpp.tmp.stats /usr/local/google/home/prazek/llvm-build-release/projects/compiler-rt/test/cfi/Devirt/cross-dso/Output/stats.cpp.tmp sanstats /usr/local/google/home/prazek/llvm-build-release/projects/compiler-rt/test/cfi/Devirt/cross-dso/Output/stats.cpp.tmp.stats | FileCheck /usr/local/google/home/prazek/llvm/projects/compiler-rt/test/cfi/cross-dso/stats.cpp -- Exit Code: 254 Command Output (stderr): -- clang-4.0: error: unable to exe...
2016 Sep 20
2
Recent clang regressions
There seem to be some recent regressions in clang/llvm. I see some test failing, and there is also this issue: https://llvm.org/bugs/show_bug.cgi?id=30466 Is anyone working on it? Piotr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160920/ade5e8cd/attachment.html>
2018 Apr 27
3
Size of produced binaries when compiling llvm & clang sources
...lvm-link 142M llvm-dwarfdump 141M llvm-split 131M llvm-mc 127M llvm-pdbutil 126M clang-offload-bundler 122M llvm-mca 121M verify-uselistorder 121M llvm-cat 120M llvm-as 117M llvm-special-case-list-fuzzer 117M llvm-demangle-fuzzer 116M llvm-modextract 114M obj2yaml 112M llvm-xray 105M sanstats 105M llvm-symbolizer 96M llvm-readobj 93M llvm-cov 90M lli-child-target 86M llvm-cxxdump 85M llvm-objcopy 83M llvm-cvtres 82M llvm-size 76M clang-apply-replacements 75M clang-format 64M llvm-diff 59M llvm-dis 53M llvm-stress 50M llvm-tblgen 48M llvm-profdata 31M yaml...
2018 Apr 27
0
Size of produced binaries when compiling llvm & clang sources
...> 127M llvm-pdbutil > 126M clang-offload-bundler > 122M llvm-mca > 121M verify-uselistorder > 121M llvm-cat > 120M llvm-as > 117M llvm-special-case-list-fuzzer > 117M llvm-demangle-fuzzer > 116M llvm-modextract > 114M obj2yaml > 112M llvm-xray > 105M sanstats > 105M llvm-symbolizer > 96M llvm-readobj > 93M llvm-cov > 90M lli-child-target > 86M llvm-cxxdump > 85M llvm-objcopy > 83M llvm-cvtres > 82M llvm-size > 76M clang-apply-replacements > 75M clang-format > 64M llvm-diff > 59M llvm-dis >...
2018 Mar 18
0
Consistently prefix executables
...want to bring up my past request to clean up the executable names in llvm's bin/. Looking through a 6.0 install, I see the following files which would ideally be prefixed with "ll" or similar: FileCheck bugpoint c-index-test count find-all-symbols modularize not obj2yaml opt sancov sanstats scan-build scan-view verify-uselistorder wasm-ld yaml-bench yaml2obj If I were a distro packager, I might have to rename or filter executables.
2017 Dec 04
5
[RFC] - Deduplication of debug information in linkers (LLD).
Thanks for providing the experimental data! It clearly shows the value of type sections in DWARF. Regarding why type sections are off by default, aside from the issue of consumers needing to understand them, there is a size penalty to type sections that becomes more evident in smaller projects (meaning, fewer compilation units). The size penalty can be balanced against the amount of
2019 Apr 30
6
Disk space and RAM requirements in docs
...rmat.dir 2.8M build/tools/clang/tools/clang-format/CMakeFiles 2.8M build/tools/clang/tools/clang-format 2.8M build/lib/Target/AArch64/Disassembler/CMakeFiles/LLVMAArch64Disassembler.dir 2.8M build/lib/Target/AArch64/Disassembler/CMakeFiles 2.8M build/lib/Target/AArch64/Disassembler 2.7M build/tools/sanstats/CMakeFiles/sanstats.dir 2.7M build/tools/sanstats/CMakeFiles 2.7M build/tools/sanstats 2.7M build/tools/llvm-stress/CMakeFiles/llvm-stress.dir 2.7M build/tools/llvm-stress/CMakeFiles 2.7M build/tools/llvm-stress 2.7M build/tools/llvm-modextract/CMakeFiles/llvm-modextract.dir 2.7M build/tools/llvm-...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...as part of LLVM LLVM_TOOL_OBJ2YAML_BUILD:BOOL=ON //Whether to build opt as part of LLVM LLVM_TOOL_OPT_BUILD:BOOL=ON //Whether to build parallel-libs as part of LLVM LLVM_TOOL_PARALLEL_LIBS_BUILD:BOOL=OFF //Whether to build sancov as part of LLVM LLVM_TOOL_SANCOV_BUILD:BOOL=ON //Whether to build sanstats as part of LLVM LLVM_TOOL_SANSTATS_BUILD:BOOL=ON //Whether to build verify-uselistorder as part of LLVM LLVM_TOOL_VERIFY_USELISTORDER_BUILD:BOOL=ON //Whether to build xcode-toolchain as part of LLVM LLVM_TOOL_XCODE_TOOLCHAIN_BUILD:BOOL=ON //Whether to build yaml2obj as part of LLVM LLVM_TOOL_YA...