[LLDB] [test] Add a missing "REQUIRES: arm" line
authorMartin Storsjö <martin@martin.st>
Thu, 28 Nov 2019 11:18:15 +0000 (13:18 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 28 Nov 2019 11:18:15 +0000 (13:18 +0200)
lldb/test/Shell/ObjectFile/PECOFF/disassemble-thumb.yaml

index dec2357..5515824 100644 (file)
@@ -1,3 +1,5 @@
+# REQUIRES: arm
+
 # RUN: yaml2obj %s > %t.exe
 # RUN: %lldb %t.exe -o "disassemble -b -n entry" -b | FileCheck %s