aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtin-recursive.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-12-23Add a triple to try and get this test passing on the ARM bots.Nico Weber1-1/+1
llvm-svn: 224747
2014-12-22Rename test.cc files to test.cpp.Nico Weber1-0/+10
The lit.cfg files only add .cpp to suffixes, so these tests used to never run, oops. (Also tweak to of these tests in minor ways to make the actually pass.) llvm-svn: 224718