[PATCH] D133092: [clang] fix generation of .debug_aranges with LTO
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 8 06:48:34 PDT 2022
probinson added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:515
+ //
+ // But note, this solution is far from perfert, better to encode it into IR
+ // metadata, but this may not worth it, since looks like aranges on the way
----------------
Typo, perfert -> perfect
================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:516
+ // But note, this solution is far from perfert, better to encode it into IR
+ // metadata, but this may not worth it, since looks like aranges on the way
+ // out.
----------------
...this may not _be_ worth it, since _it_ looks like aranges _is_ on the way out.
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