]> granicus.if.org Git - clang/commit
[ARM64] Use %clang_cc1 consistently in the new arm64 codegen tests.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 30 Mar 2014 13:40:57 +0000 (13:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 30 Mar 2014 13:40:57 +0000 (13:40 +0000)
commit61a8fc8d75ded3c2750b3f7af93bb0d41b7ddf8e
tree421f74a114de9fc5e6b08b33f85ab4164f083f5b
parentb23fde6184034f196e94984ef94dcbfc87a8b826
[ARM64] Use %clang_cc1 consistently in the new arm64 codegen tests.
Really, all tests outside of the Driver tree should use %clang_cc1, but
these are new and easy to fix, and many of them use buitlin headers
which don't work as well without using %clang_cc1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205147 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
test/CodeGen/arm64_vCMP.c
test/CodeGen/arm64_vLdStNum_lane.c
test/CodeGen/arm64_vMaxMin.c
test/CodeGen/arm64_vadd.c
test/CodeGen/arm64_vca.c
test/CodeGen/arm64_vcopy.c
test/CodeGen/arm64_vcreate.c
test/CodeGen/arm64_vcvtfp.c
test/CodeGen/arm64_vdup.c
test/CodeGen/arm64_vdupq_n_f64.c
test/CodeGen/arm64_vecCmpBr.c
test/CodeGen/arm64_vext.c
test/CodeGen/arm64_vfma.c
test/CodeGen/arm64_vget.c
test/CodeGen/arm64_vneg.c
test/CodeGen/arm64_vqmov.c
test/CodeGen/arm64_vrecps.c
test/CodeGen/arm64_vset_lane.c
test/CodeGen/arm64_vsli.c
test/CodeGen/arm64_vsri.c
test/CodeGen/arm64_vtst.c