[PATCH] D13544: ELF2: Make SymbolTable a template class.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 13:58:30 PDT 2015


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/Driver.cpp:165
@@ +164,3 @@
+  default:
+    error("-m or at least a .o file required");
+  }
----------------
Please add a test.


http://reviews.llvm.org/D13544





More information about the llvm-commits mailing list