summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/SymbolFile/Breakpad
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-10-18 13:49:40 +0000
committerPavel Labath <pavel@labath.sk>2019-10-18 13:49:40 +0000
commitea8b8fdf90d3d72db04b07950e913536a2116608 (patch)
treed8a876e50b6193755e67d179e109ccb8bf30b8e1 /lldb/test/Shell/SymbolFile/Breakpad
parentdd7021d466d175525c6d8e35f0cd20338b008540 (diff)
downloadbcm5719-llvm-ea8b8fdf90d3d72db04b07950e913536a2116608.tar.gz
bcm5719-llvm-ea8b8fdf90d3d72db04b07950e913536a2116608.zip
Add REQUIRES: x86 to more tests which need the x86 llvm target built
llvm-svn: 375234
Diffstat (limited to 'lldb/test/Shell/SymbolFile/Breakpad')
-rw-r--r--lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test2
-rw-r--r--lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test2
2 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test b/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
index 9a6c2166c13..0a67cb34311 100644
--- a/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
+++ b/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-cfi.test
@@ -1,3 +1,5 @@
+# REQUIRES: x86
+
# RUN: yaml2obj %S/Inputs/unwind-via-stack-cfi.yaml > %t
# RUN: %lldb -c %t -o "target symbols add %S/Inputs/unwind-via-stack-cfi.syms" \
# RUN: -s %s -b | FileCheck %s
diff --git a/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test b/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
index 2e04ed68844..e462d8e9883 100644
--- a/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
+++ b/lldb/test/Shell/SymbolFile/Breakpad/unwind-via-stack-win.test
@@ -1,3 +1,5 @@
+# REQUIRES: x86
+
# RUN: yaml2obj %S/Inputs/unwind-via-stack-win.yaml > %t
# RUN: %lldb -c %t \
# RUN: -o "target symbols add %S/Inputs/unwind-via-stack-win.syms" \
OpenPOWER on IntegriCloud