David Blaikie
ea3e51d73f
Account for calling convention specifiers in function definitions in IR test cases
...
Several tests wouldn't pass when executed on an armv7a_pc_linux triple
due to the non-default arm_aapcs calling convention produced on the
function definitions in the IR output. Account for this with the
application of a little regex.
Patch by Ying Yi.
llvm-svn: 240971
2015-06-29 17:29:50 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
Rafael Espindola
76e202c7b8
Looks like {{.*}} doesn't match the empty string. Fix test.
...
llvm-svn: 185650
2013-07-04 15:29:20 +00:00
Rafael Espindola
7ac579a3f8
Relax pattern to accept a signext on ppc64.
...
llvm-svn: 185649
2013-07-04 15:25:05 +00:00
Rafael Espindola
450eb99c89
Convert test to FileCheck.
...
llvm-svn: 185635
2013-07-04 14:28:33 +00:00
Eric Christopher
85e5156598
Migrate most of the rest of test/FrontendC from llvm and migrate
...
most of them to FileCheck.
llvm-svn: 136159
2011-07-26 22:17:02 +00:00