1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
Go to file
Eli Friedman bcbee08351 [LTO] Fix linking with an alias defined using another alias.
When we're linking an alias which will be defined later, we neeed to
build a GlobalAlias, or else we'll crash later in
IRLinker::linkGlobalValueBody.

clang sometimes constructs aliases like this for C++ destructors.

Differential Revision: https://reviews.llvm.org/D49316

llvm-svn: 337053
2018-07-13 21:58:55 +00:00
bindings
cmake [CMake] Teach the build system to codesign built products 2018-07-10 17:32:48 +00:00
docs [FileCheck] Implement -v and -vv for tracing matches 2018-07-13 03:08:23 +00:00
examples
include [ThinLTO] Ensure we always select the same function copy to import 2018-07-13 21:35:51 +00:00
lib [LTO] Fix linking with an alias defined using another alias. 2018-07-13 21:58:55 +00:00
projects
resources
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" 2018-07-13 20:01:55 +00:00
test [LTO] Fix linking with an alias defined using another alias. 2018-07-13 21:58:55 +00:00
tools [ThinLTO] Ensure we always select the same function copy to import 2018-07-13 21:35:51 +00:00
unittests [cfi-verify] Support AArch64. 2018-07-13 15:19:33 +00:00
utils [TableGen] Suppress type validation when parsing pattern fragments 2018-07-13 16:42:15 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Teach the build system to codesign built products 2018-07-10 17:32:48 +00:00
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.