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
+ addPa
compnerd requested changes to this revision.
compnerd added a comment.
This revision now requires changes to proceed.
The test adjustments are incorrect. They should optionally accept the triple
in the path.
Comment at: clang/lib/Driver/ToolChains/Linux.cpp:360
+ addPath
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
Fi
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:
clang/lib/Dr
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 Schm