[PATCH] D146777: [clang] Preliminary fat-lto-object support

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 21:48:59 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:268
+- ``-ffat-lto-objects`` can now be used to emit object files with both object
+  code and LLVM bitcode. Previously this flag was ignored for GCC compatibility.
+
----------------
You can insert the https://reviews.llvm.org/D146777 link here. It seems that libc++ and lld use a link more frequently.


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