1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Constrain the macho-stabs test added in f72d001e099 to run on systems configured with an x86 backend.

Summary: This fixes a failure on the Builder clang-cmake-armv7-quick bot.

Reviewers: lhames, jhenderson

Reviewed By: lhames

Subscribers: kristof.beyls, rupprecht, seiya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D71792
This commit is contained in:
Michael Trent 2019-12-20 17:36:38 -08:00
parent e43909be99
commit fc29f2e437

View File

@ -1,2 +1,3 @@
# RUN: llvm-objdump --syms %p/Inputs/macho-stabs-x86_64
# RUN: llvm-objdump -D %p/Inputs/macho-stabs-x86_64
# REQUIRES: x86-registered-target