[PATCH] D56742: [WebAssembly] Parse llvm.ident into producers section
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 14:33:25 PST 2019
dschuff added a comment.
As a follow-on, I guess we could get ambitious and add the "language" field as well. I think the only way to do that would be to sniff the language field of the DICompileUnit metadata node (it would of course only exist if there's debug info, but doing anything else seems a bit crazytown).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56742/new/
https://reviews.llvm.org/D56742
More information about the llvm-commits
mailing list