[PATCH] D64549: [ELF] Warn rather than error when duplicate version assignments occur
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 01:15:48 PDT 2019
grimar added inline comments.
================
Comment at: test/ELF/version-script-reassign.s:23
+# GLOBAL: warning: symbol 'foo' was assigned as global
+# V1: warning: symbol 'foo' was assigned to version 'V1'
+
----------------
Does it make sence to print the old version of `foo` in this message too?
like
> symbol 'foo' of version X was reassigned to version 'Y'
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64549/new/
https://reviews.llvm.org/D64549
More information about the llvm-commits
mailing list