1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms
Mehdi Amini bac8a53909 Always traverse GlobalVariable initializer when computing the export list
Summary:
We are always importing the initializer for a GlobalVariable.
So if a GlobalVariable is in the export-list, we pull in any
refs as well.

Reviewers: tejohnson

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D19102

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 267303
2016-04-23 23:29:24 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
InstCombine Revert r267210, it makes clang assert (PR27490). 2016-04-22 22:08:42 +00:00
Instrumentation Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
IPO Always traverse GlobalVariable initializer when computing the export list 2016-04-23 23:29:24 +00:00
ObjCARC Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
Scalar Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
Utils replace duplicated static functions for profile metadata access with BranchInst member function; NFCI 2016-04-23 20:01:22 +00:00
Vectorize Re-commit optimization bisect support (r267022) without new pass manager support. 2016-04-22 22:06:11 +00:00
CMakeLists.txt
LLVMBuild.txt