[PATCH] D36499: If --dynamic-list is given, only those symbols are preemptible

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 23:36:34 PDT 2017


grimar added inline comments.


================
Comment at: ELF/Writer.cpp:1188
+      if (V.HasWildcard)
+        error("foo");
+      std::vector<SymbolBody *> Syms = Symtab->findByVersion(V);
----------------
foo ? :) Looks there is no test for this error.


https://reviews.llvm.org/D36499





More information about the llvm-commits mailing list