llvm-6502/tools/lto
Rafael Espindola b4cc031a3e Don't open the file again in the gold plugin. To be able to do this, update
MemoryBuffer::getOpenFile to not close the file descriptor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125128 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-08 22:40:47 +00:00
..
lto.cpp Don't open the file again in the gold plugin. To be able to do this, update 2011-02-08 22:40:47 +00:00
lto.exports Don't open the file again in the gold plugin. To be able to do this, update 2011-02-08 22:40:47 +00:00
LTOCodeGenerator.cpp MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
LTOCodeGenerator.h Make tool_output_file's raw_ostream instance a member variable instead 2010-09-01 14:20:41 +00:00
LTOModule.cpp Don't open the file again in the gold plugin. To be able to do this, update 2011-02-08 22:40:47 +00:00
LTOModule.h Don't open the file again in the gold plugin. To be able to do this, update 2011-02-08 22:40:47 +00:00
Makefile lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with 2010-10-15 22:46:15 +00:00