Skip to content

Commit

Permalink
[Orc][tests] Moving one MCJIT test over to Orc to make sure the Power…
Browse files Browse the repository at this point in the history
…PC fix worked

The PowerPC fix landed in d9069dd. This is in preparation for D98931.
  • Loading branch information
weliveindetail committed Mar 29, 2021
1 parent cfe87d4 commit 66a8247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/ExecutionEngine/frem.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 66a8247

Please sign in to comment.