[llvm-bugs] [Bug 31298] New: Missing support for 'extern "C"'
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Dec 6 12:12:18 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31298
Bug ID: 31298
Summary: Missing support for 'extern "C"'
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: ELF
Assignee: unassignedbugs at nondot.org
Reporter: rafael.espindola at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Trying to link Qt with lld fails trying to parse
{
extern "C" {
"qt_startup_hook";
"qt_addObject";
"qt_removeObject";
};
extern "C++" {
"QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)";
};
};
which is passed to --dynamic-list
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161206/a0447f0a/attachment.html>
More information about the llvm-bugs
mailing list