]> granicus.if.org Git - clang/commit
[clang] Fix failing attribute test on Windows
authorLouis Dionne <ldionne@apple.com>
Wed, 10 Oct 2018 17:37:37 +0000 (17:37 +0000)
committerLouis Dionne <ldionne@apple.com>
Wed, 10 Oct 2018 17:37:37 +0000 (17:37 +0000)
commit73e11ddc10f9839e267a72bd5a4153ed5b3eb052
treec539a8b0de2482f5b3d7bee98ded9d76b1904e59
parentc72f348e95ced873b69abde93040060a12a1a3a6
[clang] Fix failing attribute test on Windows

The test added in r344146 was failing because the ABI on Windows is
different, and that test includes ABI-specific details. The test now
harcodes which ABI to use so we can rely on those details.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344159 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/attr-on-explicit-template-instantiation.cpp