]> granicus.if.org Git - clang/commitdiff
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)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339766 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aapcs-align.cpp [moved from test/CodeGen/aapcs-align.cc with 100% similarity]
test/CodeGen/aapcs64-align.cpp [moved from test/CodeGen/aapcs64-align.cc with 100% similarity]