forked from OSchip/llvm-project
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:
parent
93e8164546
commit
a760553222
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue