This fixes bot failure seen in
http://lab.llvm.org:8011/builders/llvm-clang-win-x-armv7l/builds/7378
by adding `REQUIRES: x86_64-linux` to the test case
;; 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
;; 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