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

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 20:57:35 PDT 2016


davide added inline comments.

================
Comment at: ELF/InputFiles.cpp:736
@@ -694,3 +735,3 @@
 MemoryBufferRef LazyObjectFile::getBuffer() {
   if (Seen)
     return MemoryBufferRef();
----------------
Done, thanks!


http://reviews.llvm.org/D21779





More information about the llvm-commits mailing list