[PATCH] D146778: [lld] Preliminary fat-lto-object support
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 17:02:29 PDT 2023
paulkirth marked 2 inline comments as done.
paulkirth added inline comments.
================
Comment at: lld/test/ELF/fatlto/fatlto.test:5
+;; Clean up and initialize test dir
+; RUN: rm -rf %t
+; RUN: mkdir -p %t
----------------
MaskRay wrote:
> `; RUN: rm -rf %t && mkdir %t && cd %t`
>
> Do this in one line and you can avoid `%t/` below...
I opted to leave `%t/`, but have refactored to combine the `rm -rf` and `split-file`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146778/new/
https://reviews.llvm.org/D146778
More information about the llvm-commits
mailing list