[PATCH] D21681: [ELF] - Implemented support of default/non-default symbols versions
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 01:34:51 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/SymbolTable.cpp:172
@@ +171,3 @@
+ if (VersionBegin == StringRef::npos)
+ return Version;
+
----------------
Remove `Version` variable and inline `Config->VersionScriptGlobalByDefault ? ...` here.
http://reviews.llvm.org/D21681
More information about the llvm-commits
mailing list