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

Paul Kirth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 16 13:58:49 PDT 2023


paulkirth marked an inline comment as done.
paulkirth added inline comments.


================
Comment at: clang/test/Driver/fatlto.c:1
+
----------------
tejohnson wrote:
> Is this empty file meant to contain something?
No, this was just a mistake in my commit. I had the linker checks in another empty file, following the example from some of the lld/gold plugin tests and realized those should have just been in the existing file. I forgot to remove the empty file from git when updating the patch. I've removed it now.


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