Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Anders Waldenborg ad658270ef [llvm-c-test] Make include-all.c do what its name says it does
The purpose of this file is to make sure that all includes in llvm-c
works when included from a C source file (i.e no C++isms sneaked in).
To do this it must actually include all the include files.

Reviewed By: whitequark
Differential Revision: https://reviews.llvm.org/D61567



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360033 91177308-0d34-0410-b5e6-96231b3b80d8
2019-05-06 11:31:45 +00:00
benchmarks
bindings
cmake
docs [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K 2019-05-03 16:40:16 +00:00
examples
include [Analysis] Remove duplicated std::move from LocRange constructor 2019-05-06 10:04:23 +00:00
lib [LoadStoreVectorizer] vectorizeStoreChain - ensure we find a store type. 2019-05-06 10:25:11 +00:00
projects
resources
runtimes
test [CodeGen] Move X86 tests under the X86 directory 2019-05-06 10:21:17 +00:00
tools [llvm-c-test] Make include-all.c do what its name says it does 2019-05-06 11:31:45 +00:00
unittests Add FNeg IR constant folding support 2019-05-05 16:07:09 +00:00
utils [libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining them 2019-05-06 01:25:31 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.