summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/builtins/Unit/clzti2_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittestsDerek Schuff2015-04-241-1/+1
| | | | | | | | | | | | | | Summary: This makes their local declarations match their definitions for ARM targets, where they have a different calling convention. This really only affects functions that use floating point types (since the runtime functions use soft-float, and some targets may default to hard-float) but it seemed good to make it uniform and do the int-only ones too. Differential Revision: http://reviews.llvm.org/D9062 llvm-svn: 235722
* Use CRT_HAS_128BIT.Joerg Sonnenberger2014-03-181-3/+3
| | | | llvm-svn: 204182
* Move tests for BlocksRuntime and builtins to corresponding directories under ↵Alexey Samsonov2014-02-141-0/+90
test/ llvm-svn: 201396
OpenPOWER on IntegriCloud