[PATCH] D42520: Implement __attribute__((import_module("foo")))
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 08:50:39 PST 2018
sunfish added a comment.
In https://reviews.llvm.org/D42520#988036, @ncw wrote:
> I don't suppose that there's any crossover with C++ modules is there?
Some tools may want to have a convention where ES modules are mapped to C++ modules, but that's not the only way things could be set up. I'm thinking of this attribute as a mechanism on top of which a variety of policies could be built.
Repository:
rL LLVM
https://reviews.llvm.org/D42520
More information about the llvm-commits
mailing list