-
Notifications
You must be signed in to change notification settings - Fork 237
clang: Gate the use of libc++ to Mac #63
Conversation
|
Agree with this change (not tested yet). According to LLVM's documentation, Linux is not fully supported by libc++ yet anyways. The most recent results show 33 failures. @theopolis, thanks for contributing 😄 |
Now realizing I used the GCC library name in the commit and PR title. Please excuse me :P I wasn't able to run |
Try |
For some context on why I'm playing with clang: On some distributions there's a GCC 5.1+ installed so my brew-installed libraries have the |
Epic, thanks @rwhogg! |
Makes sense to me, but I haven't used @DoomHammer Any comments on this patch, Piotr? |
On Linux:
|
😄 ✅ |
Once Piotr has responded, I'm happy with merging this PR. |
Hello, missed that one, sorry. My experiences (somehow limited, mind you) are that A bit similar was https://github.com/Linuxbrew/homebrew-core/commit/c44e038cd7ff2fdda467a4c8cbaf13834f75247f |
Merged. Thanks for your contribution, Teddy! |
brew tests
with your changes locally?