1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/tools/lto
Reid Kleckner 69aecb4269 lto.h: Use lto_bool_t instead of int to restore the ABI
This reverts commit r193255 and instead creates an lto_bool_t typedef
that points to bool, _Bool, or unsigned char depending on what is
available.  Only recent versions of MSVC provide a stdbool.h header.

Reviewers: rafael.espindola

Differential Revision: http://llvm-reviews.chandlerc.com/D2019

llvm-svn: 193377
2013-10-24 22:26:04 +00:00
..
CMakeLists.txt Only modify lto.exports.def when contents have changed. 2013-10-08 15:07:00 +00:00
lto.cpp lto.h: Use lto_bool_t instead of int to restore the ABI 2013-10-24 22:26:04 +00:00
lto.exports Add lto_codegen_add_dso_symbol to the export list. 2013-10-04 17:30:14 +00:00
LTODisassembler.cpp libLTO: Add a utility method to initialize the disassemblers. 2012-11-24 16:59:10 +00:00
Makefile Move LTO support library to a component, allowing it to be tested 2013-09-24 23:52:22 +00:00