]> granicus.if.org Git - clang/commit
CodeGen: typeid/dynamic_cast tests don't need asserts
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 20 Jun 2014 21:44:39 +0000 (21:44 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 20 Jun 2014 21:44:39 +0000 (21:44 +0000)
commit05849769421acb1490668286028fd2d06ac33430
treeff8605b38fc39f4456765e61a0dd4016bdeb4899
parente76e010ff719d9e32dff9dcc6361a62b9f09d55f
CodeGen: typeid/dynamic_cast tests don't need asserts

These tests relied on information that was only available for clang
builds that included asserts.  Fix these tests to lift that restriction.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211408 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
test/CodeGenCXX/microsoft-abi-typeid.cpp