[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2021-03-31 Thread Petr Hosek via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGfcf680050686: [Driver] Move detectLibcxxIncludePath to ToolChain (authored by phosek). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88452/new/

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2021-03-30 Thread Petr Hosek via Phabricator via cfe-commits
phosek updated this revision to Diff 334297. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88452/new/ https://reviews.llvm.org/D88452 Files: clang/include/clang/Driver/ToolChain.h clang/lib/Driver/ToolChain.cpp

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2020-10-07 Thread Petr Hosek via Phabricator via cfe-commits
phosek updated this revision to Diff 296813. Herald added a subscriber: ormris. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88452/new/ https://reviews.llvm.org/D88452 Files: clang/include/clang/Driver/ToolChain.h clang/lib/Driver/ToolChain.cpp

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2020-10-03 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. On https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8867483277057489840/+/steps/package_clang/0/stdout?format=raw too. Reverted in ba60dc0aa75e86165e260b2c08afafd1c394e95a

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2020-10-03 Thread Nico Weber via Phabricator via cfe-commits
thakis added a comment. Breaks tests on windows: http://45.33.8.238/win/25123/step_7.txt Please take a look, and revert if it takes a while to fix. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88452/new/ https://reviews.llvm.org/D88452

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2020-10-02 Thread Petr Hosek via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGa594fd28e373: [Driver] Move detectLibcxxIncludePath to ToolChain (authored by phosek). Changed prior to commit:

[PATCH] D88452: [Driver] Move detectLibcxxIncludePath to ToolChain

2020-09-28 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. phosek added reviewers: kristina, leonardchan. Herald added a project: clang. Herald added a subscriber: cfe-commits. phosek requested review of this revision. This helper method is useful even outside of Gnu toolchains, so move it to ToolChain so it can be reused in