Summary: | sys-devel/clang-6.0.1: command line option `-stdlib=libc++` available without sys-libs/libcxx installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | gentoo |
Component: | Current packages | Assignee: | LLVM support project <llvm> |
Status: | RESOLVED INVALID | ||
Severity: | enhancement | CC: | jstein, mgorny |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
gentoo
2018-09-15 13:33:28 UTC
It makes no sense to strip features and require complete rebuild of clang after installing libc++. The USE flags on clang-runtime give you control over which compiler runtime components are available. If you'd like clang to give better error message about missing libc++, I believe this is something to be reported upstream. However, I'm not sure if it's feasible for them to try to figure out if libc++ is installed. Writing a good patch might help. |