Fixed arm build bot failure after 4042ada1c1

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 commit is contained in:
Sourabh Singh Tomar 2020-05-15 23:22:04 +05:30
parent 93e8164546
commit a760553222
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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