[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:
Stefan Gränitz 2021-03-29 11:43:11 +02:00
parent cfe87d4edd
commit 66a8247eb6
1 changed files with 2 additions and 1 deletions

View File

@ -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"