[LLDB] Add require x86 for NativePdb Test.
authorZequan Wu <zequanwu@google.com>
Fri, 1 Apr 2022 17:38:57 +0000 (10:38 -0700)
committerZequan Wu <zequanwu@google.com>
Fri, 1 Apr 2022 17:39:06 +0000 (10:39 -0700)
lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test

index 65e292e..a9b748d 100644 (file)
@@ -1,5 +1,5 @@
 # clang-format off
-# REQUIRES: lld
+# REQUIRES: lld, x86
 
 # RUN: llvm-mc -triple=x86_64-windows-msvc --filetype=obj %p/Inputs/inline_sites.s > %t.obj
 # RUN: lld-link -debug:full -nodefaultlib -entry:main -base:0x140000000 %t.obj -out:%t.exe