[PATCH] D133161: [Clang] Fix the new driver crashing when using '-fsyntax-only'

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 15:31:09 PDT 2022


jhuber6 added a comment.

In D133161#3765469 <https://reviews.llvm.org/D133161#3765469>, @tra wrote:

> Does this patch obviate D133133 <https://reviews.llvm.org/D133133> or is it purely for the new driver functionality?

If the intent of that patch was to prevent it from emitting an error with `-o` when `-fsyntax-only` is used then this is not a replacement. This is just a new driver specific change to the logic that correctly handles `TY_Nothing` output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133161



More information about the cfe-commits mailing list