llvm-project/llvm
Jake Egan 01eb91fa86 [AIX] Disable empty.ll test using unsupported split dwarf
This test uses split-dwarf feature, which is not currently supported on AIX. Set this test to `UNSUPPORTED` on AIX for now.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D114567
2021-11-28 21:55:27 -05:00
..
benchmarks
bindings
cmake [CMake] Add new cmake option to control adding comments in GenDAGISel 2021-11-25 12:11:35 -06:00
docs [llvm-cov][NFC] Add missing character to fix docs buildbot break. 2021-11-26 11:57:10 -05:00
examples Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM" 2021-11-02 19:11:44 +01:00
include [SCEV] Simplify forgetSymbolicName() (NFCI) 2021-11-27 16:42:38 +01:00
lib [llvm] Use range-based for loops (NFC) 2021-11-28 18:14:49 -08:00
projects
resources
runtimes
test [AIX] Disable empty.ll test using unsupported split dwarf 2021-11-28 21:55:27 -05:00
tools [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist 2021-11-26 11:08:01 -05:00
unittests Recommit [ThreadPool] Support returning futures with results. 2021-11-25 20:07:53 +00:00
utils [llvm][ubsan] Inclusive language: replace use of blacklist HandleLLVMOptions.cmake but use old option name 2021-11-25 10:23:14 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Add new cmake option to control adding comments in GenDAGISel 2021-11-25 12:11:35 -06: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.