1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include/llvm-c
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
..
Transforms
Analysis.h
BitReader.h
BitWriter.h
Core.h Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
Disassembler.h
ExecutionEngine.h Add target analysis passes to the codegen pipeline for MCJIT. 2014-01-23 19:23:28 +00:00
Initialization.h
IRReader.h Fix known typos 2014-01-24 17:20:08 +00:00
Linker.h
LinkTimeOptimizer.h
lto.h LTO API: add lto_module_create_from_memory_with_path. 2014-02-10 23:26:14 +00:00
Object.h
Support.h
Target.h
TargetMachine.h Add target analysis passes to the codegen pipeline for MCJIT. 2014-01-23 19:23:28 +00:00