[libcxx-commits] [PATCH] D147638: [libcxxabi] [test] Fix the mingw test config

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 18 07:48:11 PDT 2023


mstorsjo updated this revision to Diff 514641.
mstorsjo added a comment.

Removed the part which isn't needed after D148441 <https://reviews.llvm.org/D148441>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147638/new/

https://reviews.llvm.org/D147638

Files:
  libcxxabi/test/configs/llvm-libc++abi-mingw.cfg.in


Index: libcxxabi/test/configs/llvm-libc++abi-mingw.cfg.in
===================================================================
--- libcxxabi/test/configs/llvm-libc++abi-mingw.cfg.in
+++ libcxxabi/test/configs/llvm-libc++abi-mingw.cfg.in
@@ -8,7 +8,7 @@
     '-nostdinc++ -I %{include} -I %{cxx-include} -I %{cxx-target-include} %{maybe-include-libunwind} -I %{libcxx}/test/support -I %{libcxx}/src -D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS'
 ))
 config.substitutions.append(('%{link_flags}',
-    '-nostdlib++ -L %{lib} -lc++ -lc++abi'
+    '-nostdlib++ -L %{lib} -lc++'
 ))
 config.substitutions.append(('%{exec}',
     '%{executor} --execdir %T --env PATH=%{lib} -- '


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147638.514641.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230418/512e65a7/attachment.bin>


More information about the libcxx-commits mailing list