Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Teresa Johnson 7143e76354 Revert "[LLD][ThinLTO] Handle GUID collision in import global processing"
This reverts commit cc0b9647b76178bc3869bbfff80535ad86366472.

The commit is causing a failure in internal testing. Will recommit with
a fix later.
2019-11-01 10:02:58 -07:00
benchmarks
bindings
cmake
docs Fix a few typos in SourceLevelDebugging.rst 2019-10-31 16:03:44 -07:00
examples
include [Object] Remove extra space in error message 2019-11-01 14:08:22 +00:00
lib Revert "[LLD][ThinLTO] Handle GUID collision in import global processing" 2019-11-01 10:02:58 -07:00
projects
resources
runtimes
test Revert "[LLD][ThinLTO] Handle GUID collision in import global processing" 2019-11-01 10:02:58 -07:00
tools llvm-config: emit the C++ standard flag into CXXFLAGS 2019-11-01 09:13:58 -07:00
unittests [X86] Fix -DBUILD_SHARED_LIBS=on builds after D69568/llvmorg-10-init-8877-g3a399c09878 2019-11-01 09:51:17 -07:00
utils [Utils] Hide the default behavior change of D68819 under a flag 2019-11-01 11:34:00 -05: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.