llvm-project/llvm
Snehasish Kumar cef71d0105 [memprof] Support symbolization of PIE binaries.
Support symolization of PIE binaries in memprof. We assume that the
profiled binary has one executable text segment for simplicity. Update
the memprof-pic test to now expect the same output as the memprof-basic test.

Reviewed By: tejohnson

Differential Revision: https://reviews.llvm.org/D146181
2023-03-21 20:13:18 +00:00
..
benchmarks
bindings
cmake
docs [LLDB] Show sub type of signals when debugging a core file 2023-03-21 09:10:09 +00:00
examples
include [memprof] Support symbolization of PIE binaries. 2023-03-21 20:13:18 +00:00
lib [memprof] Support symbolization of PIE binaries. 2023-03-21 20:13:18 +00:00
projects
resources
runtimes
test [memprof] Support symbolization of PIE binaries. 2023-03-21 20:13:18 +00:00
tools [llvm-jitlink] Fix typo in description of llvm-jitlink's -alias option. 2023-03-20 20:12:22 -07:00
unittests [llvm][support] Fix ScopedPrinterTest on AIX 2023-03-21 17:36:20 +00:00
utils [gn build] Port da8260a9b1 2023-03-21 12:38:15 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-03-18 20:32:43 +01:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.