[LLVMbugs] [Bug 10245] libc++ misses cxxabi when it built by clang + libc++
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 1 15:31:14 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10245
Sean Hunt <scshunt at csclub.uwaterloo.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |scshunt at csclub.uwaterloo.ca
Resolution| |INVALID
--- Comment #1 from Sean Hunt <scshunt at csclub.uwaterloo.ca> 2011-07-01 17:31:13 CDT ---
This is intentional; libc++ does not include low-level ABI features. libc++abi
or libsupc++ (GCC's version of the same) must be compiled separately and linked
in to any program that uses libc++.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list