mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 01:06:46 +00:00
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:
parent
c738af5a7f
commit
f37c401c5f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user