[PATCH] D129401: [libLTO] Set data-sections by default in libLTO for ELF and XCOFF.
Quinn Pham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 14:27:36 PDT 2022
quinnp updated this revision to Diff 445628.
quinnp added a comment.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
Updating patch with a `clang` change to properly forward `-data-sections=0` to `libLTO`/`gold` when `-fno-data-sections` is explicitly specified.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129401/new/
https://reviews.llvm.org/D129401
Files:
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/lto-data-sections.c
llvm/lib/LTO/LTOCodeGenerator.cpp
llvm/test/LTO/PowerPC/data-sections-aix.ll
llvm/test/LTO/PowerPC/data-sections-linux.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129401.445628.patch
Type: text/x-patch
Size: 4723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220718/ca86ab96/attachment.bin>
More information about the llvm-commits
mailing list