forked from OSchip/llvm-project
fix to go along with an llvm change: VMCore now returns an UndefValue
when asking for a ConstantStruct with all undef elements. llvm-svn: 149025
This commit is contained in:
parent
fa77500d96
commit
e8c94f7d98
|
@ -76,7 +76,7 @@ namespace BaseClass {
|
|||
|
||||
struct E {};
|
||||
struct Test2 : X<E,0>, X<E,1>, X<E,2>, X<E,3> {};
|
||||
// CHECK: @_ZN9BaseClass2t2E = global {{.*}} { [4 x i8] undef }
|
||||
// CHECK: @_ZN9BaseClass2t2E = global {{.*}} undef
|
||||
extern constexpr Test2 t2 = Test2();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue