1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fixed arm build bot failure after ab699d78a26f

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:10:54 +05:30
parent cf8ee33937
commit 7e530fd1fb

View File

@ -1,5 +1,6 @@
;; This test checks whether DWARF operator DW_OP_push_object_address ;; This test checks whether DWARF operator DW_OP_push_object_address
;; is accepted and processed. ;; is accepted and processed.
; REQUIRES: x86_64-linux
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s ; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -filetype=obj -o - | llvm-dwarfdump - | FileCheck %s