polysquare / clang-conan

Clang compiler and tools for Conan
MIT License
3 stars 2 forks source link

Clang shouldn't rely on libc++ #5

Closed russelltg closed 7 years ago

russelltg commented 7 years ago

Clang can compile fine on libstdc++, and it is the standard for most systems.

Is there any reason it relies on libc++?

smspillaz commented 7 years ago

I believe there was a reason - though maybe thats because it wasnt building with libstdc++. The other reason could be thatvwe didnt want to be linking against some system stdlib.