[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
Wed Aug 3 06:28:53 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG44b4f4df31ab: [libunwind] Remove unused substitution in AIX libunwind config (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

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

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.449651.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220803/660ffa04/attachment.bin>


More information about the libcxx-commits mailing list