From 5a7136645b457eda9de3d7d8de00ac78a6c854b5 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Wed, 30 Sep 2015 20:23:24 +0000 Subject: [PATCH] Move dw_op_minus test to DebugInfo/X86. The test requires X86 target support, and checks the actual debug info contents, including register numbers which would be different on other platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248938 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{Generic => X86}/dw_op_minus.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{Generic => X86}/dw_op_minus.ll (100%) diff --git a/test/DebugInfo/Generic/dw_op_minus.ll b/test/DebugInfo/X86/dw_op_minus.ll similarity index 100% rename from test/DebugInfo/Generic/dw_op_minus.ll rename to test/DebugInfo/X86/dw_op_minus.ll -- 2.34.1