summaryrefslogtreecommitdiff
path: root/lib/builtins/int_util.c
AgeCommit message (Collapse)Author
2017-07-12[builtins] Better Fuchsia supportPetr Hosek
Add Fuchsia support to some builtings and avoid building builtins that are not and will never be used on Fuchsia. Differential Revision: https://reviews.llvm.org/D34075 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@307832 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-11builtins: use NORETURN macroSaleem Abdulrasool
Now that we have the NORETURN macro, use that to mark the function as noreturn, rather than the GNU __attribute__. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249985 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-06builtins: fix buildSaleem Abdulrasool
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@249376 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins ↵Alexey Samsonov
directory git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201393 91177308-0d34-0410-b5e6-96231b3b80d8