[all-commits] [llvm/llvm-project] 56700e: [Driver] Gnu.cpp: drop an unneeded special rule re...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Mar 20 21:33:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56700e937903969a4a95f68c59e38e35daaaa1ea
https://github.com/llvm/llvm-project/commit/56700e937903969a4a95f68c59e38e35daaaa1ea
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-20 (Sat, 20 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
Log Message:
-----------
[Driver] Gnu.cpp: drop an unneeded special rule related to sysroot
Seem unnecessary to diverge from GCC here.
Beside, lib/../$OSLibDir can be considered closer to the GCC
installation then the system root. The comment should not apply.
More information about the All-commits
mailing list