[PATCH] D21779: [LTO] Infer EKind/EMachine from Bitcode files

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 23:59:38 PDT 2016


grimar added a comment.

I faced with close problem yesterday: a need of parcing the triples.
I ended up with the patch below. I do not think it is acceptable as final solution as it does
not check every bitcode file, but checks the LLD-INTERNAL-combined-lto-object result.
Though it works. Here just for completeness :)

http://reviews.llvm.org/D21786


http://reviews.llvm.org/D21779





More information about the llvm-commits mailing list