summaryrefslogtreecommitdiff
path: root/test/Linker/type-unique-simple2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/type-unique-simple2.ll')
-rw-r--r--test/Linker/type-unique-simple2.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Linker/type-unique-simple2.ll b/test/Linker/type-unique-simple2.ll
deleted file mode 100644
index ead91df6da..0000000000
--- a/test/Linker/type-unique-simple2.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; REQUIRES: object-emission
-
-; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
-; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
-; RUN: llc -filetype=obj -O0 < %t > %t2
-; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll