Add REQUIRES: x86 so this won't be run if x86 is not available.

This commit is contained in:
Ted Woodward 2020-02-13 11:17:27 -06:00
parent e0ca4792fa
commit cecc185166
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -o %t -triple x86_64-pc-linux %s
# RUN: %lldb %t -o "target variable reset" -b | FileCheck %s