OSDN Git Service

Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 22 Mar 2011 20:57:13 +0000 (20:57 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 22 Mar 2011 20:57:13 +0000 (20:57 +0000)
commit6421a8815e14189121a5e20731fd005ea08793e1
tree9bac7d62f3d88e0b1902b72db8b951782135aabe
parent97ab5803df4a549db9cd93e80426971e64562672
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
memory and writing it back to disk.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128108 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/lto.h
tools/gold/gold-plugin.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOCodeGenerator.h
tools/lto/lto.cpp
tools/lto/lto.exports