[LLVMbugs] [Bug 23498] New: Missing std::string symbols when compiling on OS X Yosemite.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue May 12 11:24:05 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23498
Bug ID: 23498
Summary: Missing std::string symbols when compiling on OS X
Yosemite.
Product: libc++
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: eric at efcs.ca
CC: llvmbugs at cs.uiuc.edu, mclow.lists at gmail.com
Classification: Unclassified
The following testcase fails to link on OS X yosimite for at least one user.
# include <string>
int main() { std::string("").capacity(); }
Pre-processed test case:
https://gist.github.com/Earlz/4b742ff4ff313dc0fdb3
Invocation and Error:
https://gist.github.com/Earlz/75b529f7db7a85eaa32a
I think this is a bug in Clang but we need to look into it.
--
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/20150512/b2fc1fa5/attachment.html>
More information about the llvm-bugs
mailing list