llvm-project/llvm
Raphael Isemann 8d15e222da Fix modules build after introduction of PassSupport.h include check
D78815 added a check that ensures that PassSupport.h and PassAnalysisSupport.h
aren't included directly. However, as compiling this header into a module will
try to parse it with a clean preprocessor state, this check is also triggered
there. The check seems to make sense and it seems that compiling this header
into its own module is a mistake, so this patch makes those two headers
textual in the modulemap.
2020-04-27 13:53:44 +02:00
..
benchmarks
bindings Update go bindings for 2dea3f1298 2020-04-22 19:02:59 +02:00
cmake Do not declare compiler extension member as const 2020-04-24 11:44:42 +02:00
docs [Lexicon] fix typo "may is" -> "is" 2020-04-26 19:35:25 +01:00
examples
include Fix modules build after introduction of PassSupport.h include check 2020-04-27 13:53:44 +02:00
lib [X86][SSE] getFauxShuffle - account for PEXTW/PEXTB implicit zero-extension 2020-04-27 12:46:50 +01:00
projects
resources
runtimes
test [X86][SSE] getFauxShuffle - account for PEXTW/PEXTB implicit zero-extension 2020-04-27 12:46:50 +01:00
tools [llvm-objcopy][MachO] Fix segment's vmsize 2020-04-26 20:41:49 -07:00
unittests raw_ostream_test: Add a missing buffer flush 2020-04-26 15:18:57 +02:00
utils [gn build] (manually) merge 811c0c9eb4 2020-04-27 06:39:40 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [SVE] Make VectorType::getNumElements() complain for scalable vectors 2020-04-23 10:47:38 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.