[llvm] cb668d2 - Test I added requires X86 to be built.
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 22 05:20:21 PDT 2020
Author: Jeremy Morse
Date: 2020-10-22T13:18:55+01:00
New Revision: cb668d2e76e73ab45913d9dd3d0c44d48a21d36a
URL: https://github.com/llvm/llvm-project/commit/cb668d2e76e73ab45913d9dd3d0c44d48a21d36a
DIFF: https://github.com/llvm/llvm-project/commit/cb668d2e76e73ab45913d9dd3d0c44d48a21d36a.diff
LOG: Test I added requires X86 to be built.
This the second time I've stepped on this landmine, I'll look at setting
a lit local config. All the tests in this dir are going to be X86 for now.
Added:
Modified:
llvm/test/DebugInfo/MIR/InstrRef/twoaddr-to-threeaddr-sub.mir
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/MIR/InstrRef/twoaddr-to-threeaddr-sub.mir b/llvm/test/DebugInfo/MIR/InstrRef/twoaddr-to-threeaddr-sub.mir
index f8fac31fc5a1..55a8d6be2f0f 100644
--- a/llvm/test/DebugInfo/MIR/InstrRef/twoaddr-to-threeaddr-sub.mir
+++ b/llvm/test/DebugInfo/MIR/InstrRef/twoaddr-to-threeaddr-sub.mir
@@ -1,5 +1,7 @@
# RUN: llc -run-pass=twoaddressinstruction -mtriple=x86_64-- -o - %s -experimental-debug-variable-locations | FileCheck %s
#
+# REQUIRES: x86-registered-target
+#
# Test that a new instruction (LEA) is created when the two-addr add below is
# converted to three address; and that an appropriate substitution is created.
# Maybe at some point we'll normalise DBG_INSTR_REFs on output, but until then,
More information about the llvm-commits
mailing list