llvm-project/llvm
luxufan cbeca742a4 [llvm-readobj][RISCV] Support dumping PT_RISCV_ATTRIBUTES
This patch drops the prefix `PT_RISCV_` when dumping `PT_RISCV_ATTRIBUTES`.

GNU readelf dumps it as `RISCV_ATTRIBUT`. Because GNU readelf uses
something like `%-14.14s` so only the first 14 bytes are printed.

Differential Revision: https://reviews.llvm.org/D128493
2022-06-29 15:13:45 +08:00
..
benchmarks
bindings [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [Propeller] Encode address offsets of basic blocks relative to the end of the previous basic blocks. 2022-06-28 07:42:54 -07:00
examples Add missing (void) for function declarations in C 2022-06-28 00:45:17 +00:00
include [llvm-readobj][RISCV] Support dumping PT_RISCV_ATTRIBUTES 2022-06-29 15:13:45 +08:00
lib Pass code-model through Module IR to [llc]. 2022-06-29 02:30:13 -04:00
projects
resources
runtimes
test [llvm-readobj][RISCV] Support dumping PT_RISCV_ATTRIBUTES 2022-06-29 15:13:45 +08:00
tools [llvm-readobj][RISCV] Support dumping PT_RISCV_ATTRIBUTES 2022-06-29 15:13:45 +08:00
unittests [CoverageMapping] Remove dots from paths inside the profile 2022-06-28 20:53:01 -07:00
utils [UpdateTestChecks] Handle prefix reuse for appended check lines 2022-06-28 17:18:12 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.