1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/tools/lto
Mehdi Amini addc8d5410 Const-correctness in libLTO
Looks like I was sloppy when bridging to C.
Thanks D. Blaikie for noticing!

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 263885
2016-03-19 21:28:18 +00:00
..
CMakeLists.txt [CMake] Assigning the LTO component to lto.h 2016-02-26 21:07:02 +00:00
lto.cpp Const-correctness in libLTO 2016-03-19 21:28:18 +00:00
lto.exports libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator. 2016-03-09 01:37:22 +00:00
LTODisassembler.cpp