[Lldb-commits] [PATCH] D134581: [lldb] Prevent re-adding a module that is already loaded
Martin Storsjö via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 26 04:12:30 PDT 2022
mstorsjo added inline comments.
================
Comment at: lldb/test/Shell/Target/dependent-modules-nodupe-windows.test:7
+# 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%}
----------------
This closing `}` is lacking the preceding `%`, i.e. it should be `%}`, like on the second row.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134581/new/
https://reviews.llvm.org/D134581
More information about the lldb-commits
mailing list