Skip to content

Commit c50eec4

Browse files
committed
[LLDB] Add require x86 for NativePdb Test.
1 parent 01db103 commit c50eec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# clang-format off
2-
# REQUIRES: lld
2+
# REQUIRES: lld, x86
33

44
# RUN: llvm-mc -triple=x86_64-windows-msvc --filetype=obj %p/Inputs/inline_sites.s > %t.obj
55
# RUN: lld-link -debug:full -nodefaultlib -entry:main -base:0x140000000 %t.obj -out:%t.exe

0 commit comments

Comments
 (0)