Skip to content

Commit

Permalink
[LLDB][NativePDB] Fix subfield_register_simple_type.s test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZequanWu committed Apr 15, 2022
1 parent 3430ae1 commit 2f78f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# clang-format off
# REQUIRES: lld, x86

# RUN: %clang_cl --target=i386-windows-msvc -c /Fo%t.obj %s
# RUN: %clang_cl --target=i386-windows-msvc -c /Fo%t.obj -- %s
# RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe /base:0x400000
# RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
# RUN: %p/Inputs/subfield_register_simple_type.lldbinit 2>&1 | FileCheck %s
Expand Down

0 comments on commit 2f78f94

Please sign in to comment.