llvm-project/llvm
Fangrui Song 6e8ec13d3f [MC][RISCV] Suppress R_RISCV_{ADD,SUB}32 in .apple_names .apple_types after D127549
This fixes test/DebugInfo/Generic/accel-table-hash-collisions.ll and
cross-cu-inlining.ll when the default triple is riscv. llvm-dwarfdump
--apple-names does not resolve R_RISCV_{ADD,SUB}32 in .apple_names .apple_types
and having ADD/SUB will cause decoding failure `Atom[0]: Error extracting the
value`.
2022-07-01 11:15:04 -07: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 [AMDGPU][GFX908][DOC][NFC] Update assembler syntax description 2022-07-01 12:46:45 +03:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include Remove redundant code. [NFC] 2022-07-01 10:58:18 -07:00
lib [MC][RISCV] Suppress R_RISCV_{ADD,SUB}32 in .apple_names .apple_types after D127549 2022-07-01 11:15:04 -07:00
projects
resources
runtimes
test [MC][RISCV] Suppress R_RISCV_{ADD,SUB}32 in .apple_names .apple_types after D127549 2022-07-01 11:15:04 -07:00
tools [llvm-objdump] -r: print non-SHF_ALLOC relocations for non-ET_REL files 2022-07-01 09:08:42 -07:00
unittests [reland][Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef. 2022-07-01 20:08:09 +03:00
utils [gn build] Port 554aea52d7 2022-07-01 17:14:07 +00: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.