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

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 19 03:37:20 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG637d572f7b50: [libcxxabi] [test] Fix the mingw test config (authored by mstorsjo).

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.514894.patch
Type: text/x-patch
Size: 679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230419/3f1ca333/attachment.bin>


More information about the libcxx-commits mailing list