[all-commits] [llvm/llvm-project] de172d: [clang][RelativeVTablesABI] Update CodeGenCXX/Rela...
Leonard Chan via All-commits
all-commits at lists.llvm.org
Mon Jun 29 13:07:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a
https://github.com/llvm/llvm-project/commit/de172dd17f0334e1fcbbf28a33d0ea24f7cbff1a
Author: Leonard Chan <leonardchan at google.com>
Date: 2020-06-29 (Mon, 29 Jun 2020)
Changed paths:
M clang/test/CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list