Report unresolved symbol references from regular object files. This is done even if the linker is creating a non-symbolic shared library.
Diff Detail
Event Timeline
test/elf2/no-undefined.s | ||
---|---|---|
12 | I`ll remove 2 extra lines and leave only one here. Just didnt notice it. |
ELF/Options.td | ||
---|---|---|
39 | Remove the newline at end of this line for consistency with other defs. | |
41 | Indentation error. | |
41–43 | Let's make the message a bit shorter: "Report unresolved symbols even if the linker is creating a shared library" Do not put period at end as other messages don't. | |
test/elf2/no-undefined.s | ||
6–11 | I don't think we really have to test this case. Let's remove that and no-undefined.s. |
ELF/Options.td | ||
---|---|---|
41 | Thats how clang-format handles it i believe. But after your comments I understood that it is not supposed to be used in this file :) |
ELF/Options.td | ||
---|---|---|
41 | Is it? I've never tried to apply clang-format to .td files, but if that's the case, we may want to follow the style how clang-format does. But even if we want to do, that should be done at once. Please always keep everything as consistent as possible. |
Remove the newline at end of this line for consistency with other defs.