[PATCH] D106119: [Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian Linux

2021-07-19 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. LGTM. No more test failures or build errors. And the libreoffice .configure error has been resolved now too. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106119/new/ https://reviews.llvm.org/D106119 __

[PATCH] D106119: [Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian Linux

2021-07-17 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. Updated OpenSUSE which bumped gcc from 10 to 11. Still failing with the latest patch. https://controlc.com/c4a19d64 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106119/new/ https://reviews.llvm.org/D106119 __

[PATCH] D106119: [Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian Linux

2021-07-16 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. Still seeing the same failure on OpenSUSE. I'm still on gcc 10.3. Should I need to upgrade for this to work? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106119/new/ https://reviews.llvm.org/D106119 __

[PATCH] D106119: [Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian Linux

2021-07-16 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. This one should work. https://controlc.com/505d58d3 Please let me know if there's anything else that could help. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106119/new/ https://reviews.llvm.org/D106119 _

[PATCH] D106119: [Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian Linux

2021-07-16 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. Thanks for looking into this. On OpenSUSE i686, the failing tests are now fixed, but Driver/linux-cross.cpp fails with: https://pastebin.com/uHfi3KD1 Would you like any more debugging info? gcc --print-multiarch is also empty. Repository: rG LLVM Github Monorepo

[PATCH] D87409: [libTooling] Fix use of `char` in comparison.

2020-09-11 Thread Luke Benes via Phabricator via cfe-commits
lbenes added a comment. I can confirm that this commit fixes the Wtype-limits warning when built on Raspbian armhf. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87409/new/ https://reviews.llvm.org/D87409 _