mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
Pass the .ll files to llvm-link directly. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222681 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
; This file is used by testlink1.ll, so it doesn't actually do anything itself
|
|
||||||
;
|
|
||||||
; RUN: true
|
|
||||||
|
|
||||||
%intlist = type { %intlist*, i32 }
|
%intlist = type { %intlist*, i32 }
|
||||||
|
|
||||||
|
|
@@ -1,6 +1,4 @@
|
|||||||
; RUN: llvm-as < %s > %t.bc
|
; RUN: llvm-link %s %S/Inputs/testlink.ll -S | FileCheck %s
|
||||||
; RUN: llvm-as < %p/testlink2.ll > %t2.bc
|
|
||||||
; RUN: llvm-link %t.bc %t2.bc -S | FileCheck %s
|
|
||||||
|
|
||||||
; CHECK: %Ty2 = type { %Ty1* }
|
; CHECK: %Ty2 = type { %Ty1* }
|
||||||
; CHECK: %Ty1 = type { %Ty2* }
|
; CHECK: %Ty1 = type { %Ty2* }
|
@@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as < %s > %t.bc
|
; RUN: llvm-as < %s > %t.bc
|
||||||
; RUN: llvm-as < %p/testlink1.ll > %t2.bc
|
; RUN: llvm-as < %p/testlink.ll > %t2.bc
|
||||||
; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc
|
; RUN: llvm-link %t.bc %t.bc %t2.bc -o %t1.bc
|
||||||
; RUN: llvm-dis < %t1.bc | FileCheck %s
|
; RUN: llvm-dis < %t1.bc | FileCheck %s
|
||||||
; CHECK: kallsyms_names = extern_weak
|
; CHECK: kallsyms_names = extern_weak
|
||||||
|
Reference in New Issue
Block a user