[libcxx-commits] [PATCH] D126017: [libunwind][ci][AIX] Add libunwind to buildbot CI

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 19 13:59:48 PDT 2022


MaskRay added inline comments.


================
Comment at: libunwind/test/configs/ibm-libunwind-shared.cfg.in:23
+config.substitutions.append(('%{exec}',
+    '%{executor} --execdir %T --env LIBPATH=%{lib} -- '
+))
----------------
Why is `LIBPATH` needed?


================
Comment at: libunwind/test/configs/ibm-libunwind-shared.cfg.in:35
+)
+
----------------
delete the trailing blank line


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126017



More information about the libcxx-commits mailing list