[PATCH] D127778: [LTO][ELF] Add selective --save-temps= option
Jin Xin Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 11:55:30 PDT 2022
Northbadge added inline comments.
================
Comment at: lld/test/ELF/lto/save-temps-eq.ll:60
+;; Check opt
+; RUN: ld.lld main.o thin1.o --save-temps=%\opt
+; RUN: cmp %t/all/a.out a.out && rm -f a.out
----------------
MaskRay wrote:
> MaskRay wrote:
> > I am confused. What does this `%\opt` do?
> Ah, ok. If this is to avoid lit substitution, does `'opt'` work?
Nope
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127778/new/
https://reviews.llvm.org/D127778
More information about the llvm-commits
mailing list