Daniel Dunbar
|
999daa57c7
|
Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare
the builtin as void __clear_cache(...) to workaround this, which appears to
match what GCC does.
llvm-svn: 108487
|
2010-07-16 00:31:23 +00:00 |
Rafael Espindola
|
2569885963
|
Add a test to the previous commit.
llvm-svn: 105596
|
2010-06-08 03:59:28 +00:00 |
John McCall
|
731be6620c
|
Revert changes r97693, r97700, and r97718.
Our testing framework can't deal with disabled targets yet.
llvm-svn: 97719
|
2010-03-04 04:29:44 +00:00 |
John McCall
|
61076e1d87
|
XFAIL these tests on win32, since the win32 buildbot apparently disables all
targets except X86.
llvm-svn: 97718
|
2010-03-04 04:14:44 +00:00 |
Chris Lattner
|
5cc15e058b
|
add framework for ARM builtins, Patch by Edmund Grimley Evans!
llvm-svn: 97656
|
2010-03-03 19:03:45 +00:00 |