[PATCH] D146777: [clang] Preliminary fat-lto-object support
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 17 17:06:22 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:250
+- `-ffat-lto-objects` can now be used to emit object files with both object
+ code and bitcode. Previously this flag was ignored for GCC compatibility.
----------------
MaskRay wrote:
>
`bitcode` => `LLVM bitcode`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146777/new/
https://reviews.llvm.org/D146777
More information about the cfe-commits
mailing list