[Lldb-commits] [PATCH] D134636: [lldb][Windows] Always call SetExecutableModule on debugger connected
Alvin Wong via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 28 01:41:55 PDT 2022
alvinhochun added inline comments.
================
Comment at: lldb/test/Shell/Target/dependent-modules-nodupe-windows.test:6-9
+# RUN: %clang_host -g0 -O0 -shared %S/Inputs/shlib.c -o %t.shlib.dll \
+# RUN: %if windows-msvc %{-Wl,-implib:%t.shlib.lib%} \
+# RUN: %else %{-Wl,--out-implib=%t.shlib.lib%}
+# RUN: %clang_host -g0 -O0 %S/Inputs/main.c %t.shlib.lib -o %t.main.exe
----------------
For reference, these test commands were discussed in https://reviews.llvm.org/D134581#inline-1297440.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134636/new/
https://reviews.llvm.org/D134636
More information about the lldb-commits
mailing list