[PATCH] D132437: [lit] Support reading arguments from a file
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 09:17:25 PDT 2022
jdenny added inline comments.
================
Comment at: llvm/docs/CommandGuide/lit.rst:47
+:program:`lit` can also read options from response files which are specified as
+inputs using the ``@path/to/file.rsp`` syntax.
+
----------------
I'm not sure everyone reading this document will know what a response file is, and googling gave me inconsistent answers. Would you please add a brief explanation of the syntax? Is it one command-line option per line in the file? Can @ be used in a response file?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132437/new/
https://reviews.llvm.org/D132437
More information about the llvm-commits
mailing list