summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp')
-rw-r--r--llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp b/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
index db8b9dfc3b7..cca846354df 100644
--- a/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
+++ b/llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
@@ -30,11 +30,12 @@ protected:
};
TEST_F(ARMMachineFunctionGeneratorTest, DISABLED_JitFunction) {
- Check({}, llvm::MCInst(), 0x1e, 0xff, 0x2f, 0xe1);
+ Check(ExegesisTarget::getDefault(), {}, llvm::MCInst(), 0x1e, 0xff, 0x2f,
+ 0xe1);
}
TEST_F(ARMMachineFunctionGeneratorTest, DISABLED_JitFunctionADDrr) {
- Check({{llvm::ARM::R0, llvm::APInt()}},
+ Check(ExegesisTarget::getDefault(), {llvm::ARM::R0},
MCInstBuilder(llvm::ARM::ADDrr)
.addReg(llvm::ARM::R0)
.addReg(llvm::ARM::R0)
OpenPOWER on IntegriCloud