diff options
author | Leonard Chan <leonardchan@google.com> | 2020-06-29 13:06:42 -0700 |
---|---|---|
committer | Leonard Chan <leonardchan@google.com> | 2020-06-29 13:06:42 -0700 |
commit | de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a (patch) | |
tree | 816fe5dad6092ec63e6cdd40519c1419dbeff2a7 /llvm/utils/FileCheck/FileCheck.cpp | |
parent | 7b8cf98b4a9a2f5ea3667fdbf913a4f8952ed36a (diff) | |
download | llvm-de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a.zip llvm-de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a.tar.gz llvm-de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a.tar.bz2 |
[clang][RelativeVTablesABI] Update CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
After c7bcd431d9c4bfeb631a3599f1d628603e6351d6, 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
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions