mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Pass .ll directly to llvm-link
llvm-svn: 254213
This commit is contained in:
parent
d08de97276
commit
337e7e7a9d
@ -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…
Reference in New Issue
Block a user