[libcxx-commits] [PATCH] D131030: [libunwind] Remove unused substitution in AIX libunwind config

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 2 16:22:00 PDT 2022


ldionne created this revision.
Herald added projects: libunwind, All.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libunwind.
ldionne requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It must have been a copy-paste error, since cxx-include is never defined
by the libunwind config.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131030

Files:
  libunwind/test/configs/ibm-libunwind-shared.cfg.in


Index: libunwind/test/configs/ibm-libunwind-shared.cfg.in
===================================================================
--- libunwind/test/configs/ibm-libunwind-shared.cfg.in
+++ libunwind/test/configs/ibm-libunwind-shared.cfg.in
@@ -5,7 +5,7 @@
 
 config.substitutions.append(('%{flags}', ''))
 config.substitutions.append(('%{compile_flags}',
-    '-nostdinc++ -I %{include} -I %{cxx-include}'
+    '-nostdinc++ -I %{include}'
 ))
 config.substitutions.append(('%{link_flags}',
     '-nostdlib++ -L %{lib} -lunwind -ldl -Wl,-bbigtoc'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131030.449473.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220802/cd90ad26/attachment.bin>


More information about the libcxx-commits mailing list