diff --git a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll index fbced5940362..c28314dfab41 100644 --- a/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll +++ b/llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll @@ -1,5 +1,6 @@ ;; This test checks whether DW_AT_data_location attribute ;; accepts DIExpression. +; REQUIRES: x86_64-linux ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o ; RUN: llvm-dwarfdump %t.o | FileCheck %s diff --git a/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll b/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll index 2602e7a7a1c0..dc23f565861e 100644 --- a/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll +++ b/llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll @@ -1,5 +1,6 @@ ;; This test checks whether DW_AT_data_location attribute ;; accepts DIVariable +; REQUIRES: x86_64-linux ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o %t.o ; RUN: llvm-dwarfdump %t.o | FileCheck %s