]> granicus.if.org Git - llvm/commit
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 9 Nov 2016 01:45:13 +0000 (01:45 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 9 Nov 2016 01:45:13 +0000 (01:45 +0000)
commit129c9fcdb8e103a5f9c71d5d1d73277600ef80a6
treeaf4ec4646ef8160b74557ee0c5a8177a429ac19b
parent9e4483688bd446d278b7bb3b807c0c4891956a53
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"

This reverts commit r286297.
Introduces a dependency from libAnalysis to libObject, which I missed
during the review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286329 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TargetRegistry.h
lib/Analysis/LLVMBuild.txt
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Object/IRObjectFile.cpp
test/LTO/X86/current-section.ll
test/ThinLTO/X86/Inputs/module_asm2.ll [deleted file]
test/ThinLTO/X86/module_asm2.ll [deleted file]
tools/opt/opt.cpp