Since the main file was empty, we can just copy the content of the Input file
into it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223666
91177308-0d34-0410-b5e6-
96231b3b80d8
+++ /dev/null
-$c = comdat any
-@a = alias void ()* @f
-define internal void @f() comdat $c {
- ret void
-}
-; RUN: llvm-link %s %p/Inputs/comdat9.ll -S -o - | FileCheck %s
+; RUN: llvm-link %s -S -o - | FileCheck %s
+
+$c = comdat any
+@a = alias void ()* @f
+define internal void @f() comdat $c {
+ ret void
+}
; CHECK: $c = comdat any
; CHECK: @a = alias void ()* @f