summaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/comdat9.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/comdat9.ll')
-rw-r--r--test/Linker/Inputs/comdat9.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Linker/Inputs/comdat9.ll b/test/Linker/Inputs/comdat9.ll
deleted file mode 100644
index 679dbde..0000000
--- a/test/Linker/Inputs/comdat9.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-$c = comdat any
-@a = alias void ()* @f
-define internal void @f() comdat $c {
- ret void
-}