[PATCH] D24688: Introduce "hosted" module flag.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 7 20:01:49 PST 2017
jyknight added a comment.
Since this requires everyone generating llvm IR to add this module attribute for optimal codegen, it should be documented in release notes and the LangRef, I think.
I mean: it's unfortunate that it's needed at all, but at the very least it should be possible for people to find out about it.
https://reviews.llvm.org/D24688
More information about the llvm-commits
mailing list