[PATCH] D112890: headers: optionalise some generated resource headers

Evan Wilde via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 31 14:34:51 PDT 2021


etcwilde added a comment.

Right, the header is only necessary when you're targeting riscv, so if compiling for riscv isn't supported by the compiler noted in the `LLVM_TARGETS_TO_BUILD`, you don't need it and can't use it anyway.
This is separate from the host platform that the compiler is running on.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112890



More information about the cfe-commits mailing list