llvm-6502/tools/lto
Reid Kleckner 07d5aef305 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193377 91177308-0d34-0410-b5e6-96231b3b80d8
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
Makefile Move LTO support library to a component, allowing it to be tested 2013-09-24 23:52:22 +00:00