FS#58805 - llvm/clang: libc++ not packaged

Attached to Project: Arch Linux
Opened by Milian Wolff (milianw) - Thursday, 31 May 2018, 09:29 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 31 May 2018, 13:12 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: apparently libc++ from LLVM isn't packaged, it's not part of either llvm or clang and I can't find any separate package for it either.


Additional info:
* package version(s) llvm 6.0.0-4, clang 6.0.0-1

Steps to reproduce:

$ cat test.cpp
#include <cmath>
int main() { return 0; }
$ clang++ -stdlib=libc++ test.cpp
test.cpp:1:10: fatal error: 'cmath' file not found
#include <cmath>
^~~~~~~
1 error generated.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 31 May 2018, 13:12 GMT
Reason for closing:  Not a bug

Loading...