Exherbo multiarch layout being somewhat specific, some adjustments need to be made wrt the lookup paths.
Based in parts on patches by Marvin Schmidt
Paths
| Differential D70306
clang: Exherbo multiarch ajustments Changes PlannedPublic Authored by Keruspe on Nov 15 2019, 5:50 AM.
Details
Diff Detail Event TimelineComment Actions The test adjustments are incorrect. They should optionally accept the triple in the path.
This revision now requires changes to proceed.Nov 18 2019, 2:25 PM Keruspe marked 3 inline comments as done. Comment ActionsWill give llvm::sys::path::stem a look and try to drop the x86_64 part from the include dir selection
Revision Contents
Diff 229682 clang/lib/Driver/ToolChains/Linux.cpp
clang/test/Driver/android-ndk-standalone.cpp
clang/test/Driver/arm-multilibs.c
clang/test/Driver/cross-linux.c
clang/test/Driver/dyld-prefix.c
clang/test/Driver/linux-header-search.cpp
clang/test/Driver/linux-ld.c
clang/test/Driver/mips-cs.cpp
clang/test/Driver/mips-fsf.cpp
clang/test/Driver/mips-img.cpp
clang/test/Headers/arm-fp16-header.c
clang/test/Headers/arm-neon-header.c
|
Could you use llvm::sys::path::stem please?