llvm-project/clang/test/CodeGenCXX/RelativeVTablesABI
Leonard Chan de172dd17f [clang][RelativeVTablesABI] Update CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
After c7bcd431d9, this test started failing when
running with the new pass manager. One of the CHECKs in this file checks how the
vtable is loaded for a void cast, which involves taking 2 bitcasts from the pointer
to the original object. The order of these bitcasts changes under the new PM.
The order doesn't matter, so this relaxes the CHECKs.

Differential Revision: https://reviews.llvm.org/D82802
2020-06-29 13:06:42 -07:00
..
available_externally-vtable.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
child-inheritted-from-parent-in-comdat.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
child-vtable-in-comdat.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
cross-translation-unit-1.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
cross-translation-unit-2.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
cross-tu-header.h [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
diamond-inheritance.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
diamond-virtual-inheritance.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
dynamic-cast.cpp [clang][RelativeVTablesABI] Update CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp 2020-06-29 13:06:42 -07:00
inheritted-virtual-function.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
inline-virtual-function.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
inlined-key-function.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
member-function-pointer.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
multiple-inheritance.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
no-alias-when-dso-local.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
no-stub-when-dso-local.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
override-pure-virtual-method.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
overriden-virtual-function.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
parent-and-child-in-comdats.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
parent-vtable-in-comdat.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
pass-byval-attributes.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
relative-vtables-flag.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
simple-vtable-definition.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
stub-linkages.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
thunk-mangling.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
type-info.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
vbase-offset.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
virtual-function-call.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00
vtable-hidden-when-in-comdat.cpp [clang] Frontend components for the relative vtables ABI (round 2) 2020-06-11 11:17:08 -07:00