diff options
Diffstat (limited to 'llvm/test/Linker/Inputs/unique-fwd-decl-order.ll')
-rw-r--r-- | llvm/test/Linker/Inputs/unique-fwd-decl-order.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Linker/Inputs/unique-fwd-decl-order.ll b/llvm/test/Linker/Inputs/unique-fwd-decl-order.ll new file mode 100644 index 00000000000..756e37903ca --- /dev/null +++ b/llvm/test/Linker/Inputs/unique-fwd-decl-order.ll @@ -0,0 +1,6 @@ +!named = !{!0} + +; These nodes are intentionally in the opposite order from the test-driver. +; However, they are numbered the same for the reader's convenience. +!1 = metadata !{} +!0 = metadata !{metadata !1} |