[PATCH] D25513: [ELF] - Improve diagnostics on duplicate STT_SECTION symbol.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 09:44:29 PST 2016
ruiu added inline comments.
================
Comment at: test/ELF/invalid/report-duplicates.test:3
+# RUN: not ld.lld %t.o -o %tout 2>&1 | FileCheck %s
+# CHECK: duplicate symbol '' in {{.*}}.o and {{.*}}.o
+
----------------
This error message doesn't make sense.
https://reviews.llvm.org/D25513
More information about the llvm-commits
mailing list