[PATCH] D133092: [clang] fix generation of .debug_aranges with LTO
Azat Khuzhin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 14 00:24:47 PDT 2022
azat added a comment.
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
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