summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/undef-suggest-extern-c.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Suggest extern "C" when an undefined reference is mangled while the ↵Fangrui Song2019-11-081-0/+19
definition is not 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
OpenPOWER on IntegriCloud