forked from OSchip/llvm-project
31bc55d602
As discussed in the review for D87120 (specifically at https://reviews.llvm.org/D87120#inline-831939), clean up PrintModuleMap and DumpProcessMap usage differences. The former is only implemented for Mac OSX, whereas the latter is implemented for all OSes. The former is called by asan and tsan, and the latter by hwasan and now memprof, under the same option. Simply rename the PrintModuleMap implementation for Mac to DumpProcessMap, remove other empty PrintModuleMap implementations, and convert asan/tsan to new name. The existing posix DumpProcessMap is disabled for SANITIZER_MAC. Differential Revision: https://reviews.llvm.org/D89630 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
README.txt |
README.txt
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================