[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / compiler-rt / lib / memprof / README.txt
blob82012c5e71b0f9347e4a8d8282e5efbd3bf624fb
1 MemProfiling RT
2 ================================
3 This directory contains sources of the MemProfiling (MemProf) runtime library.
5 Directory structure:
6 README.txt       : This file.
7 CMakeLists.txt   : File for cmake-based build.
8 memprof_*.{cc,h}    : Sources of the memprof runtime library.
10 Also MemProf runtime needs the following libraries:
11 lib/interception/      : Machinery used to intercept function calls.
12 lib/sanitizer_common/  : Code shared between various sanitizers.
14 MemProf runtime can only be built by CMake. You can run MemProf tests
15 from the root of your CMake build tree:
17 make check-memprof