[PATCH] D156710: [TargetParser] Generate RISCVTargetParserDef only if RISCV is enabled.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 12:57:21 PDT 2023


fpetrogalli abandoned this revision.
fpetrogalli added a comment.

In D156710#4547858 <https://reviews.llvm.org/D156710#4547858>, @jrtc27 wrote:

> Doesn't this change the behaviour of clang -emit-llvm, which is supposed to work the same regardless of what targets you have enabled? If so, NAK.

Ah - very good point! I didn't know about this. I will abandon the change.

Thanks,

Francesco


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156710



More information about the llvm-commits mailing list