+1
−0
+23
−4
lld/test/ELF/undef-suggest-extern-c.s
0 → 100644
+19
−0
Loading
When missing an extern "C" declaration, an undefined reference may be mangled while the definition is not. Suggest the missing extern "C" and the base name. Reviewed By: ruiu Differential Revision: https://reviews.llvm.org/D69592