https://bugs.llvm.org/show_bug.cgi?id=36049

            Bug ID: 36049
           Summary: Mismatched TLS error could be better
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: rafael.espind...@gmail.com
                CC: llvm-bugs@lists.llvm.org

We print

ld.lld: error: TLS attribute mismatch: foo                               
>>> defined in test2.o                                                   
>>> defined in test.o

but test.o has an undefined reference to test.o.

I would keep this error in the symbol table since we we already do too much in
the relocation processing, but it could say "referenced in test.o".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to