forked from OSchip/llvm-project
Add REQUIRES: x86 so this won't be run if x86 is not available.
This commit is contained in:
parent
e0ca4792fa
commit
cecc185166
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue