Use .cpp extension for certain tests instead of .cc
authorMomchil Velikov <momchil.velikov@arm.com>
Wed, 15 Aug 2018 12:22:08 +0000 (12:22 +0000)
committerMomchil Velikov <momchil.velikov@arm.com>
Wed, 15 Aug 2018 12:22:08 +0000 (12:22 +0000)
commit9e5e045b600ae21326a92c9796f8d16a78582ec4
tree86926787c943da039a6de693a94b06f3a41c6fd6
parent28356068899d188f9f1061257710d13024599d4e
Use .cpp extension for certain tests instead of .cc

The tests `CodeGen/aapcs[64]-align.cc` are not run since files with a `.cc`
suffix aren't recognisze as tests. This patch renames the above two files to
`.cpp`.

Differential Revision: https://reviews.llvm.org/D46013

Comitting as obvious.

llvm-svn: 339766
clang/test/CodeGen/aapcs-align.cc [deleted file]
clang/test/CodeGen/aapcs-align.cpp [new file with mode: 0644]
clang/test/CodeGen/aapcs64-align.cc [deleted file]
clang/test/CodeGen/aapcs64-align.cpp [new file with mode: 0644]