[PATCH] D86313: [runtimes] Allow LLVM_BUILTIN_TARGETS to include Darwin
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 12:51:09 PDT 2020
beanz added a comment.
I think this change makes configuration confusingly inaccurate. Since the compiler-rt Darwin build does not support picking and choosing which targets to configure making the configuration fail if a user tries to is the reasonable approach.
Making the build do something different and unintuitive from what the configuration requested seems undesirable to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86313/new/
https://reviews.llvm.org/D86313
More information about the llvm-commits
mailing list