forked from OSchip/llvm-project
[lldb] [test] Restrict x86-64-write register test to x86-64
This commit is contained in:
parent
776937c3e8
commit
6dea61215d
|
@ -1,6 +1,6 @@
|
|||
# XFAIL: system-darwin
|
||||
# XFAIL: system-windows
|
||||
# REQUIRES: native && (target-x86 || target-x86_64) && native-cpu-sse
|
||||
# REQUIRES: native && target-x86_64
|
||||
# RUN: %clangxx_host %p/Inputs/x86-64-write.cpp -o %t
|
||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||
process launch
|
||||
|
|
Loading…
Reference in New Issue