[PATCH] D131618: [WIP][Do NOT review] LLD related changes for -ffat-lto-objects support

Arda Unal via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 12:00:06 PDT 2022


arda added inline comments.


================
Comment at: lld/test/ELF/fatlto/fatlto.test:4-6
+; clang -c -ffat-lto-objects -o a-fatLTO.o a.c
+; clang -c -ffat-lto-objects -o main-fatLTO.o main.c
+; clang -c a.c main.c
----------------
phosek wrote:
> LLD tests cannot depend on `clang`, that's a layering violation. It also doesn't seem like the output is being used anywhere so this could be safely removed.
Sorry for the confusion. These ones are just comments and do not run. I will remove them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131618/new/

https://reviews.llvm.org/D131618



More information about the cfe-commits mailing list