[libcxx-commits] [PATCH] D117537: [cmake] Partially deduplicate `{llvm, compiler_rt}_check_linker_flag` for runtime libs and llvm

Sebastian Neubauer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 26 02:36:17 PST 2022


sebastian-ne added a comment.

@phosek, this patch fixes a regression that was introduced with D116521 <https://reviews.llvm.org/D116521>.
Could we fix this regression first with a simple patch that does not risk to be reverted again and do further refactorings afterwards?
Our downstream gcc build is broken and we’d like to re-enable it rather sooner than later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117537



More information about the libcxx-commits mailing list