Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | builtins: use NORETURN macro | Saleem Abdulrasool | 2015-10-11 | 1 | -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 build | Saleem Abdulrasool | 2015-10-06 | 1 | -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 Samsonov | 2014-02-14 | 1 | -0/+61 |
directory llvm-svn: 201393 |