Adding new LTO APIs to parse metadata nodes and extract linker options and
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 21 Jan 2014 18:31:27 +0000 (18:31 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Tue, 21 Jan 2014 18:31:27 +0000 (18:31 +0000)
commita747cf1c4d740dfe5fd1b3cd1b3d43251892457a
tree3640e0852df6d853ed2b84c2a1ccce517a3c336a
parent92e658b56616cf389de242df230682f0b1c9e4fd
Adding new LTO APIs to parse metadata nodes and extract linker options and
dependent libraries from a bitcode module.

Differential Revision: http://llvm-reviews.chandlerc.com/D2343

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199759 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/lto.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/LTO/LTOModule.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/LTO/LTOModule.cpp
tools/lto/lto.cpp
tools/lto/lto.exports