llvm-mirror/tools/lto
Manman Ren 5a1cf3b255 LTO API: add lto_module_create_from_memory_with_path.
This function adds an extra path argument to lto_module_create_from_memory.
The path argument will be passed to makeBuffer to make sure the MemoryBuffer
has a name and the created module has a module identifier.

This is mainly for emitting warning messages from the linker. When we emit
warning message on a module, we can use the module identifier.

rdar://15985737

llvm-svn: 201114
2014-02-10 23:26:14 +00:00
..
CMakeLists.txt Revert r200560, "LTO itself hasn't depended on MCDisassembler any more." 2014-01-31 17:57:50 +00:00
lto.cpp LTO API: add lto_module_create_from_memory_with_path. 2014-02-10 23:26:14 +00:00
lto.exports LTO API: add lto_module_create_from_memory_with_path. 2014-02-10 23:26:14 +00:00
LTODisassembler.cpp libLTO: Add a utility method to initialize the disassemblers. 2012-11-24 16:59:10 +00:00
Makefile Revert r200560, "LTO itself hasn't depended on MCDisassembler any more." 2014-01-31 17:57:50 +00:00