Skip to content

Commit

Permalink
[LLDB][NativePDB] Remove REQUIRES: system-windows for local-variables…
Browse files Browse the repository at this point in the history
…-regsiters.s
  • Loading branch information
ZequanWu committed Mar 16, 2022
1 parent fd20ec6 commit 384e890
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,8 +1,8 @@
# clang-format off
# REQUIRES: lld, system-windows
# REQUIRES: lld

# RUN: %clang_cl --target=x86_64-windows-msvc /Fo%t.obj %s
# RUN: lld-link /debug %t.obj /out:%t.exe /base:0x140000000
# RUN: llvm-mc -triple=x86_64-windows-msvc --filetype=obj %s > %t.obj
# RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe /base:0x140000000
# RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
# RUN: %p/Inputs/local-variables-registers.lldbinit 2>&1 | FileCheck %s

Expand Down

0 comments on commit 384e890

Please sign in to comment.