[llvm] 66a8247 - [Orc][tests] Moving one MCJIT test over to Orc to make sure the PowerPC fix worked

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 02:53:18 PDT 2021


Author: Stefan Gränitz
Date: 2021-03-29T11:53:03+02:00
New Revision: 66a8247eb6c021a6a706702fb9eedfb68f4cc94d

URL: https://github.com/llvm/llvm-project/commit/66a8247eb6c021a6a706702fb9eedfb68f4cc94d
DIFF: https://github.com/llvm/llvm-project/commit/66a8247eb6c021a6a706702fb9eedfb68f4cc94d.diff

LOG: [Orc][tests] Moving one MCJIT test over to Orc to make sure the PowerPC fix worked

The PowerPC fix landed in d9069dd9b576. This is in preparation for D98931.

Added: 
    

Modified: 
    llvm/test/ExecutionEngine/frem.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/ExecutionEngine/frem.ll b/llvm/test/ExecutionEngine/frem.ll
index aedaae38baac..1b7821914425 100644
--- a/llvm/test/ExecutionEngine/frem.ll
+++ b/llvm/test/ExecutionEngine/frem.ll
@@ -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"


        


More information about the llvm-commits mailing list