]> granicus.if.org Git - clang/commit
Make PR20038.cpp test case portable to non-Itanium ABIs
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 25 Jun 2014 23:19:58 +0000 (23:19 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 25 Jun 2014 23:19:58 +0000 (23:19 +0000)
commit740214c8b65b0d67e0bbf6e692735e5ac372cbd4
tree0ed114577c97d3398a11886a4dbd506a719a98cf
parent772c670143b4e9a72ca30347bea216d20999c732
Make PR20038.cpp test case portable to non-Itanium ABIs

The only call in this function is to the dtor, so there's no need to
name a non-portable mangled function name to match it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211742 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/PR20038.cpp