Open Quuxplusone opened 9 years ago
Bugzilla Link | PR25044 |
Status | NEW |
Importance | P normal |
Reported by | Tobias Markmann (tm@ayena.de) |
Reported on | 2015-10-04 07:20:46 -0700 |
Last modified on | 2015-10-09 15:25:41 -0700 |
Version | trunk |
Hardware | Macintosh MacOS X |
CC | llvm-bugs@lists.llvm.org |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
With help of #llvm I could get it to work for me. As it turns out one
- either has to build with libcxx and install it in the same installation
directory as the rest goes
- or, symlink libc++ from XCode.app in the install dir.
It would be great if this would be mentioned in the documentation, because it
was not obvious; at least for me.