llvm-6502/tools/lto
Devang Patel 6a6623c596 Do not include DataTypes.h in llvm-c/lto.h.
This means avoid using uint32_t. This patch reverts r112200 and fixes original  problem by fixing argument type in lto.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123038 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-07 22:26:25 +00:00
..
lto.cpp Do not include DataTypes.h in llvm-c/lto.h. 2011-01-07 22:26:25 +00:00
lto.exports lto_codegen_set_gcc_path was removed. 2010-08-25 18:37:04 +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 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. 2010-12-16 03:29:14 +00:00
LTOModule.h Make it possible to set the target triple and expose that with an option in the 2010-08-09 21:09:46 +00:00
Makefile lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with 2010-10-15 22:46:15 +00:00