summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/int_util.c
Commit message (Collapse)AuthorAgeFilesLines
* builtins: use NORETURN macroSaleem Abdulrasool2015-10-111-3/+3
| | | | | | | Now that we have the NORETURN macro, use that to mark the function as noreturn, rather than the GNU __attribute__. llvm-svn: 249985
* builtins: fix buildSaleem Abdulrasool2015-10-061-1/+1
| | | | | | | | Unfortunately, int_utils.h needs to depend on int_lib for the common macro definitions. However, currently, int_utils.h is included by int_lib.h. Reorder the inclusion to work around this. llvm-svn: 249376
* Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov2014-02-141-0/+61
directory llvm-svn: 201393
OpenPOWER on IntegriCloud