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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to