[PATCH] D42026: Allow the llvm bindings to be disabled
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 11:00:58 PST 2018
pcc added a comment.
> My personal opinion is that bindings should be off by default because I doubt the majority of users need it.
LLVM has plenty of features that the majority of users do not use. We still build and test them by default because we want to prevent developers from breaking them by accident. The same applies to the bindings. If a particular user has trouble with the bindings, they can always turn them off themselves.
Repository:
rL LLVM
https://reviews.llvm.org/D42026
More information about the llvm-commits
mailing list