[all-commits] [llvm/llvm-project] 639598: [Driver] Move GCC multilib/multiarch paths support...
Samuel Thibault via All-commits
all-commits at lists.llvm.org
Fri Apr 24 09:33:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63959803702c66cbd72f6526f43914039c1a027b
https://github.com/llvm/llvm-project/commit/63959803702c66cbd72f6526f43914039c1a027b
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/Gnu.h
M clang/lib/Driver/ToolChains/Linux.cpp
Log Message:
-----------
[Driver] Move GCC multilib/multiarch paths support from Linux.cpp to Gnu.cpp
The current code for GNU/Linux is actually completely generic, and can be moved to ToolChains/Gnu.cpp,
so that it can benefit GNU/Hurd and GNU/kFreeBSD.
Reviewed By: MaskRay, phosek
Differential Revision: https://reviews.llvm.org/D73845
More information about the All-commits
mailing list