Revert "[ThinLTO] Internalize readonly globals"
authorSteven Wu <stevenwu@apple.com>
Tue, 13 Nov 2018 17:35:04 +0000 (17:35 +0000)
committerSteven Wu <stevenwu@apple.com>
Tue, 13 Nov 2018 17:35:04 +0000 (17:35 +0000)
commitfa43892d6fdf77e373dcf54f1c934380b8731df2
tree4908fa417e03b50a4713544230c993893fd38afb
parent77c17e26eaca06626a4ad1d9b2ccaba28d15b62f
Revert "[ThinLTO] Internalize readonly globals"

This reverts commit 10c84a8f35cae4a9fc421648d9608fccda3925f2.

llvm-svn: 346768
42 files changed:
llvm/include/llvm/IR/ModuleSummaryIndex.h
llvm/include/llvm/Transforms/IPO/FunctionImport.h
llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
llvm/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/ModuleSummaryIndex.cpp
llvm/lib/LTO/LTO.cpp
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/lib/Linker/IRMover.cpp
llvm/lib/Transforms/IPO/FunctionImport.cpp
llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
llvm/test/Bitcode/summary_version.ll
llvm/test/Bitcode/thinlto-alias.ll
llvm/test/Bitcode/thinlto-alias2.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph-cast.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
llvm/test/ThinLTO/X86/Inputs/index-const-prop-alias.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop-full-lto.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop-gvref.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop-linkage.ll [deleted file]
llvm/test/ThinLTO/X86/Inputs/index-const-prop.ll [deleted file]
llvm/test/ThinLTO/X86/dot-dumper.ll
llvm/test/ThinLTO/X86/globals-import-const-fold.ll
llvm/test/ThinLTO/X86/index-const-prop-O0.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-alias.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-comdat.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-dead.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-full-lto.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-gvref.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-ldst.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop-linkage.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop.ll [deleted file]
llvm/test/ThinLTO/X86/index-const-prop2.ll [deleted file]