forked from OSchip/llvm-project
Fix test to work correctly on 32-bit platforms.
This commit is contained in:
parent
8e04896288
commit
b71475ff9a
|
@ -35,7 +35,8 @@ struct Y : Primary, X {
|
|||
virtual std::strong_ordering operator<=>(const Y&) const = default;
|
||||
};
|
||||
Y y;
|
||||
// ITANIUM: @_ZTV1Y = {{.*}}constant {{.*}} null, {{.*}} @_ZTI1Y {{.*}} @_ZN7Primary1fEv {{.*}} @_ZNK1YssERKS_ {{.*}} @_ZN1YaSERKS_ {{.*}} @_ZN1YaSEOS_ {{.*}} @_ZNK1YeqERKS_ {{.*}} -{{4|8}} {{.*}} @_ZTI1Y {{.*}} @_ZThn8_N1YaSERKS_
|
||||
// ITANIUM: @_ZTV1Y = {{.*}}constant {{.*}} null, {{.*}} @_ZTI1Y {{.*}} @_ZN7Primary1fEv {{.*}} @_ZNK1YssERKS_ {{.*}} @_ZN1YaSERKS_ {{.*}} @_ZN1YaSEOS_ {{.*}} @_ZNK1YeqERKS_ {{.*}} -[[POINTERSIZE:4|8]]
|
||||
// ITANIUM-SAME: @_ZTI1Y {{.*}} @_ZThn[[POINTERSIZE]]_N1YaSERKS_a
|
||||
|
||||
struct A {
|
||||
void operator<=>(int);
|
||||
|
|
Loading…
Reference in New Issue