[PATCH] D133092: [clang] fix generation of .debug_aranges with LTO

Kazushi Marukawa via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 09:15:51 PDT 2022


kaz7 added a comment.

In D133092#3788749 <https://reviews.llvm.org/D133092#3788749>, @azat wrote:

> In D133092#3788734 <https://reviews.llvm.org/D133092#3788734>, @kaz7 wrote:
>
>> For your information, after this patch `check-clang` fails with following errors if there is no lld (lld is not enable in CMake, and lld is not installed previously).  I appreciate if you run debug-options.c test with `-fuse-ld=lld` if the lld is existing.  Thanks.
>
> Yep, already worked on it, fix - https://reviews.llvm.org/D133841
>
> P.S. I don't have commit rights so if someone can commit it after CI that will be great

Thank you.  I've not noticed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133092



More information about the cfe-commits mailing list