hanchenye-llvm-project/llvm
George Rimar f059dd4f76 Revert r270543 ("Recommit r270540")
Failed build bot in another test.
I am sorry for noise.
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/23679/testReport/junit/LLVM/DebugInfo/llvm_symbolizer_zlib_test/

llvm-svn: 270547
2016-05-24 11:03:10 +00:00
..
bindings
cmake Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbosely" 2016-05-23 21:34:12 +00:00
docs [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. 2016-05-23 20:34:19 +00:00
examples [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. 2016-05-23 20:34:19 +00:00
include Revert r270543 ("Recommit r270540") 2016-05-24 11:03:10 +00:00
lib Revert r270543 ("Recommit r270540") 2016-05-24 11:03:10 +00:00
projects
resources
test Revert r270543 ("Recommit r270540") 2016-05-24 11:03:10 +00:00
tools Remove unused variable breaking -Werror builds. 2016-05-24 03:32:34 +00:00
unittests Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
utils Fix Clang-tidy modernize-use-bool-literals in generated Target code; other minor fixes; other minor fixes. 2016-05-17 17:04:23 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT CODE_OWNERS: Take ownership of SelectionDAG 2016-05-20 19:14:04 +00:00
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
configure
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

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.