llvm-capstone/lld/test
Martin Storsjö 29d8c27c65 [LLD] [COFF] Fix reporting duplicate errors for absolute symbols
Previously this caused crashes in the reportDuplicate method.

A DefinedAbsolute doesn't have any InputFile attached to it, so we
can't report the file for the original symbol.

We could add an InputFile argument to SymbolTable::addAbsolute
only for the sake of error reporting, but even then it'd be assymetrical,
only pointing out the file containing the new conflicting definition,
not the original one.

Differential Revision: https://reviews.llvm.org/D71679
2019-12-19 12:14:08 +02:00
..
COFF [LLD] [COFF] Fix reporting duplicate errors for absolute symbols 2019-12-19 12:14:08 +02:00
darwin
Driver/Inputs
ELF [ELF] Rename .plt to .iplt and decrease EM_PPC{,64} alignment of .glink to 4 2019-12-17 00:15:59 -08:00
mach-o
MinGW
Unit
wasm [WebAssembly] Add new export_name clang attribute for controlling wasm export names 2019-12-11 11:54:57 -08:00
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in