llvm-project/llvm
Keith Smiley f331ccca26
[ORC] Fix macho section name typo
I don't think __obj_selrefs is a thing, but __objc_selrefs definitely
is.

Differential Revision: https://reviews.llvm.org/D130221
2022-09-19 09:49:46 -07:00
..
benchmarks
bindings [ConstantExpr] Remove fneg expression 2022-09-08 10:24:55 +02:00
cmake [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [AIX] llvm-nm support environment "OBJECT_MODE" for option -X on AIX OS 2022-09-19 11:27:19 -04:00
examples
include [AIX] llvm-readobj support a new option --exception-section for xcoff object file. 2022-09-19 10:55:48 -04:00
lib [ORC] Fix macho section name typo 2022-09-19 09:49:46 -07:00
projects
resources
runtimes Revert "[runtimes] Use a response file for runtimes test suites" 2022-08-29 11:25:29 -07:00
test [CostModel][X86] Add CostKinds handling for CTLZ_ZERO_UNDEF/CTTZ_ZERO_UNDEF instructions 2022-09-19 17:37:58 +01:00
tools [AIX] llvm-nm support environment "OBJECT_MODE" for option -X on AIX OS 2022-09-19 11:27:19 -04:00
unittests [UnitTests] Add ShuffleVectorInst unit test coverage for shuffle mask kind matchers 2022-09-19 11:53:30 +01:00
utils [gn build] Port 1146d40d9a 2022-09-19 10:55:29 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04: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.