llvm-project/llvm
Chris Bieneman 36228cb63f [CMake] Pass monorepo build settings in cross compile
This allows the cross compiled build targets to configure the LLVM tools and sub-projects that are part of the main build.

This is needed for generating native non llvm *-tablegen tools when cross compiling clang in the monorepo build environment.

llvm-svn: 358779
2019-04-19 20:08:55 +00:00
..
benchmarks
bindings [OCaml] Update api to account for FNeg and CallBr instructions 2019-04-16 15:00:19 +00:00
cmake [CMake] Pass monorepo build settings in cross compile 2019-04-19 20:08:55 +00:00
docs [llvm-symbolizer] Add llvm-addr2line 2019-04-19 10:17:52 +00:00
examples
include [LICM & MemorySSA] Make limit flags pass tuning options. 2019-04-19 17:46:50 +00:00
lib [LICM & MemorySSA] Make limit flags pass tuning options. 2019-04-19 17:46:50 +00:00
projects
resources
runtimes
test Revert "[GlobalISel] Add legalization support for non-power-2 loads and stores" 2019-04-19 17:42:13 +00:00
tools [NewPassManager] Adding pass tuning options: loop vectorize. 2019-04-19 16:11:59 +00:00
unittests [NewPassManager] Adding pass tuning options: loop vectorize. 2019-04-19 16:11:59 +00:00
utils [gn] Support dots in CMake paths in the sync script 2019-04-19 18:29:17 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Move configuration of LLVM_CXX_STD to HandleLLVMOptions.cmake 2019-04-09 08:14:32 +00: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.