[PATCH] D67195: Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds.

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 18:41:33 PDT 2019


beanz added a comment.

@compnerd, it doesn't look like `LLVM_ENABLE_RUNTIMES` passed globally is still passed through if you are generating runtimes for multiple targets. It looks like that only gets passed through if you specify `RUNTIMES_${name}_LLVM_ENABLE_RUNTIMES`.

That looks like a behavior change to me.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67195





More information about the llvm-commits mailing list