[PATCH] D105695: [clang][tooling] Accept Clang invocations with multiple jobs

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 27 00:15:40 PDT 2021


jansvoboda11 added a comment.

In D105695#2905028 <https://reviews.llvm.org/D105695#2905028>, @dexonsmith wrote:

> Seeing the `-fembed-bitcode` case made me think of `-save-temps`. I think this will work since `-x cpp-output` should return false for `isSrcFile()`... but probably worth adding a test. LGTM assuming the test passes.

Thanks for pointing that out. Things work as expected, committing with the added test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105695



More information about the cfe-commits mailing list