[PATCH] D60974: Clang IFSO driver action.
Puyan Lotfi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 25 17:40:39 PDT 2019
plotfi added a comment.
In D60974#1479467 <https://reviews.llvm.org/D60974#1479467>, @jakehehrlich wrote:
> As an example, .tbe and .tbd files use YAML but in a very specific well defined structure. yaml2obj also uses a specific format which is actually well defined, it just doesn't map on very well here.
I specifically meant the yaml2obj format. Mainly because yaml2obj is a handy tool for developing things. I suppose one way to do it could be to put together a more stable format and output the yaml2obj format for that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60974/new/
https://reviews.llvm.org/D60974
More information about the cfe-commits
mailing list