[PATCH] D127778: [LTO][ELF] Add selective --save-temps= option

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 15:46:24 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.

Unsupporting Windows is fine. I am surprised that lit substitution happens even with `xxx='opt'` and `xxx="opt"`. I'd expect that it only triggers for `xxx opt yyy`.



================
Comment at: lld/test/ELF/lto/save-temps-eq.ll:5
+; UNSUPPORTED: system-windows
+; Unsupported on Windows due to difficulty with escaping "opt" across platforms.
+; lit substitutes 'opt' with /path/to/opt.
----------------



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