Pass .ll directly to llvm-link

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-11-27 23:21:45 +00:00
parent c738af5a7f
commit f37c401c5f

View File

@ -1,7 +1,5 @@
; RUN: llvm-as -function-summary %s -o %t.bc
; Ensure complete comdat group is materialized
; RUN: llvm-link %t.bc -S | FileCheck %s
; RUN: llvm-link %s -S | FileCheck %s
; CHECK: $linkoncecomdat = comdat any
; CHECK: @linkoncecomdat = linkonce global i32 2
; CHECK: @linkoncecomdat_unref_var = linkonce global i32 2, comdat($linkoncecomdat)