[PATCH] D24688: Introduce "hosted" module flag.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 13:40:04 PDT 2016


pcc added a comment.

The word "hosted" takes its meaning from the C/C++ standards. It refers to a build environment where the standard library is guaranteed to be available.

Note that we've been rethinking this approach on the mailing list, see http://lists.llvm.org/pipermail/llvm-dev/2016-September/105035.html


https://reviews.llvm.org/D24688





More information about the llvm-commits mailing list