diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Linker/type-unique-dst-types.ll | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/test/Linker/type-unique-dst-types.ll b/llvm/test/Linker/type-unique-dst-types.ll index 6033cb4d501..30aecbb970c 100644 --- a/llvm/test/Linker/type-unique-dst-types.ll +++ b/llvm/test/Linker/type-unique-dst-types.ll @@ -9,7 +9,10 @@ ; CHECK: %A = type { %B } ; CHECK-NEXT: %B = type { i8 } -; CHECK-NEXT: %A.11.1 = type opaque + +; CHECK: @g3 = external global %A +; CHECK: @g1 = external global %A +; CHECK: @g2 = external global %A %A = type { %B } %B = type { i8 } |

