[PATCH] D74757: Fix compiler extension in standalone mode

2020-02-19 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe accepted this revision. Keruspe added a comment. This revision is now accepted and ready to land. Works fine with 10.0.0rc2 and related patches applied, thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D74757/new/

[PATCH] D74602: Fix standalone build interaction with compiler extension

2020-02-14 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe accepted this revision. Keruspe added a comment. This revision is now accepted and ready to land. Fixes the regression introduced in D74464 when running cmake inside the clang directory Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D70306: clang: Exherbo multiarch ajustments

2019-11-19 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe planned changes to this revision. Keruspe marked 3 inline comments as done. Keruspe added a comment. Will give llvm::sys::path::stem a look and try to drop the x86_64 part from the include dir selection Comment at: clang/lib/Driver/ToolChains/Linux.cpp:360 +

[PATCH] D70306: clang: Exherbo multiarch ajustments

2019-11-16 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe updated this revision to Diff 229682. Keruspe added a comment. Herald added subscribers: ormris, atanasyan. Mark some tests as XFAIL on exherbo because the filesystem layout is different CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70306/new/ https://reviews.llvm.org/D70306

[PATCH] D70306: clang: Exherbo multiarch ajustments

2019-11-16 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe updated this revision to Diff 229600. Keruspe added a comment. Make Exherbo multiarch integration more similar to the debian one Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70306/new/ https://reviews.llvm.org/D70306 Files:

[PATCH] D70306: clang: Exherbo multiarch ajustments

2019-11-16 Thread Marc-Antoine Perennou via Phabricator via cfe-commits
Keruspe created this revision. Keruspe added reviewers: dlj, rsmith, compnerd. Keruspe added a project: clang. Herald added a subscriber: cfe-commits. Exherbo multiarch layout being somewhat specific, some adjustments need to be made wrt the lookup paths. Based in parts on patches by Marvin