mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Renaming MCJIT .ir files to .ll and moving them to Inputs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6faff4886a
commit
61e22ea592
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips, i686, i386, aarch64, arm
|
; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll %s > /dev/null
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/multi-module-eh-b.ir %s
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-eh-b.ll %s
|
||||||
; XFAIL: arm, cygwin, win32, mingw
|
; XFAIL: arm, cygwin, win32, mingw
|
||||||
declare i8* @__cxa_allocate_exception(i64)
|
declare i8* @__cxa_allocate_exception(i64)
|
||||||
declare void @__cxa_throw(i8*, i8*, i8*)
|
declare void @__cxa_throw(i8*, i8*, i8*)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips, i686, i386, aarch64, arm
|
; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
|
||||||
|
|
||||||
; This fails because __main is not resolved in remote mcjit.
|
; This fails because __main is not resolved in remote mcjit.
|
||||||
; XFAIL: cygwin,mingw32
|
; XFAIL: cygwin,mingw32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/cross-module-b.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips, i686, i386, aarch64, arm
|
; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null
|
||||||
|
|
||||||
; This fails because __main is not resolved in remote mcjit.
|
; This fails because __main is not resolved in remote mcjit.
|
||||||
; XFAIL: cygwin,mingw32
|
; XFAIL: cygwin,mingw32
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: %lli_mcjit -extra-module=%p/multi-module-b.ir -extra-module=%p/multi-module-c.ir -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
|
; RUN: %lli_mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/multi-module-c.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target -relocation-model=pic -code-model=small %s > /dev/null
|
||||||
; XFAIL: mips, i686, i386, aarch64, arm
|
; XFAIL: mips, i686, i386, aarch64, arm
|
||||||
|
|
||||||
declare i32 @FB()
|
declare i32 @FB()
|
||||||
|
Loading…
Reference in New Issue
Block a user