[PATCH] D146793: [llvm-rc] Respect the executable specified in the --preprocessor command

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 07:05:13 PDT 2023


aganea accepted this revision.
aganea added a comment.
This revision is now accepted and ready to land.

Something was missing in the description:

> The arguments passed in this option were passed onto the child
> process, but we still blindly **[used]** the clang binary that we had found
> to sys::ExecuteAndWait as the intended executable to run.

Looks good otherwise!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146793



More information about the llvm-commits mailing list