[PATCH] D26740: [ELF] Convert SymbolTableSection to input section

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 03:33:55 PST 2016


grimar added inline comments.


================
Comment at: ELF/SyntheticSections.cpp:1110
+  case SymbolBody::LazyArchiveKind:
+  case SymbolBody::LazyObjectKind:
+    break;
----------------
Not relative to this patch but: do we need these cases ?


Repository:
  rL LLVM

https://reviews.llvm.org/D26740





More information about the llvm-commits mailing list