llvm-project/llvm
Don Hinton 0857a4ec20 [cmake] When getting Ninja version, don't include CMakeNinjaFindMake
which doesn't play well with passing CMAKE_MAKE_PROGRAM from the
commandline without a path.

Fixes a bug introduced in r361280.

Thanks to Mikael Holmén for reporting this!

llvm-svn: 361501
2019-05-23 15:03:22 +00:00
..
benchmarks
bindings [OCaml] Update api to account for FNeg and CallBr instructions 2019-04-16 15:00:19 +00:00
cmake [cmake] When getting Ninja version, don't include CMakeNinjaFindMake 2019-05-23 15:03:22 +00:00
docs FileCheck: Improve FileCheck variable terminology 2019-05-23 00:10:14 +00:00
examples Add a HowToUseLLJIT example project. 2019-05-22 21:38:41 +00:00
include [MCA] Introduce class LSUnitBase and let LSUnit derive from it. 2019-05-23 13:42:47 +00:00
lib [RISCV] Support assembling TLS LA pseudo instructions 2019-05-23 14:46:27 +00:00
projects
resources
runtimes [Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest 2019-05-22 21:42:06 +00:00
test [NFC][InstCombine] Add unary FNeg tests to maximum.ll/minimum.ll 2019-05-23 14:53:42 +00:00
tools [llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Object.cpp. 2019-05-23 09:18:57 +00:00
unittests [FileCheck] Introduce substitution subclasses 2019-05-23 00:10:29 +00:00
utils gn build: Merge r361487 2019-05-23 13:59:44 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: enable CMake policy 0077 2019-05-21 20:28:32 +00:00
CODE_OWNERS.TXT
CREDITS.TXT add Qiu Chaofan (qiucf@cn.ibm.com) to the CREDITS.txt 2019-04-23 02:37:48 +00:00
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.