From c50eec400c0edc73eec3c9e97b5c030492cb787f Mon Sep 17 00:00:00 2001 From: Zequan Wu Date: Fri, 1 Apr 2022 10:38:57 -0700 Subject: [PATCH] [LLDB] Add require x86 for NativePdb Test. --- lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test index 65e292e..a9b748d 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test +++ b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test @@ -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 -- 2.7.4