forked from OSchip/llvm-project
Update virt.cpp for changes to the LLVM asm printer (?) This test should really be all LLVM IR...
llvm-svn: 93707
This commit is contained in:
parent
e2bdb9a6e2
commit
25933d4ecd
|
@ -162,7 +162,7 @@ struct test6_B1 : virtual test6_B2 { virtual void funcB1(); };
|
|||
struct test6_D : test6_B2, virtual test6_B1 {
|
||||
};
|
||||
|
||||
// CHECK-LP64: .zerofill __DATA, __common, _d6, 2024, 4
|
||||
// CHECK-LP64: .zerofill __DATA,__common,_d6,2024,4
|
||||
|
||||
struct test7_B2 { virtual void funcB2(); };
|
||||
struct test7_B1 : virtual test7_B2 { virtual void funcB1(); };
|
||||
|
@ -170,7 +170,7 @@ struct test7_B1 : virtual test7_B2 { virtual void funcB1(); };
|
|||
struct test7_D : test7_B2, virtual test7_B1 {
|
||||
};
|
||||
|
||||
// CHECK-LP64: .zerofill __DATA, __common, _d7, 16, 3
|
||||
// CHECK-LP64: .zerofill __DATA,__common,_d7,16,3
|
||||
|
||||
|
||||
struct test3_B3 { virtual void funcB3(); };
|
||||
|
|
Loading…
Reference in New Issue