[Lldb-commits] [lldb] 384e890 - [LLDB][NativePDB] Remove REQUIRES: system-windows for local-variables-regsiters.s

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 15 17:49:58 PDT 2022


Author: Zequan Wu
Date: 2022-03-15T17:49:46-07:00
New Revision: 384e890dd3a3feeaa482dd973f5cadcf465fe7ec

URL: https://github.com/llvm/llvm-project/commit/384e890dd3a3feeaa482dd973f5cadcf465fe7ec
DIFF: https://github.com/llvm/llvm-project/commit/384e890dd3a3feeaa482dd973f5cadcf465fe7ec.diff

LOG: [LLDB][NativePDB] Remove REQUIRES: system-windows for local-variables-regsiters.s

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s b/lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s
index 3be80e63a95dc..e2b5da4a4c17d 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s
+++ b/lldb/test/Shell/SymbolFile/NativePDB/local-variables-registers.s
@@ -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
 


        


More information about the lldb-commits mailing list