forked from OSchip/llvm-project
[Orc][tests] Moving one MCJIT test over to Orc to make sure the PowerPC fix worked
The PowerPC fix landed in d9069dd9b5
. This is in preparation for D98931.
This commit is contained in:
parent
cfe87d4edd
commit
66a8247eb6
|
@ -2,7 +2,8 @@
|
|||
; floating point intrinsics (defined as macros) are used.
|
||||
; This unit test guards against the failure.
|
||||
;
|
||||
; RUN: %lli %s | FileCheck %s
|
||||
; RUN: %lli -jit-kind=mcjit %s | FileCheck %s
|
||||
; RUN: %lli -jit-kind=orc %s | FileCheck %s
|
||||
|
||||
@flt = internal global float 12.0e+0
|
||||
@str = internal constant [18 x i8] c"Double value: %f\0A\00"
|
||||
|
|
Loading…
Reference in New Issue