[PATCH] D34910: Make LLVM_TARGETS_TO_BUILD=all build all targets

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 15:52:58 PDT 2017


silvas added a reviewer: rengolin.
silvas added a comment.

IIRC the intention was that in-tree work should not be burdened by experimental targets, up to and including breaking them. E.g. an in-tree API migration wouldn't have to update experimental targets. So in that sense `LLVM_TARGETS_TO_BUILD=all` is working as intended I think.

Maybe Renato remembers more details?


Repository:
  rL LLVM

https://reviews.llvm.org/D34910





More information about the llvm-commits mailing list