[all-commits] [llvm/llvm-project] 87a9f4: [Driver] Remove an incorrect library path for mult...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Mar 27 16:36:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87a9f42fc1cb8c6484a9625619b6202abcb2f9a7
https://github.com/llvm/llvm-project/commit/87a9f42fc1cb8c6484a9625619b6202abcb2f9a7
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-27 (Sat, 27 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/test/Driver/cross-linux.c
M clang/test/Driver/linux-cross.cpp
M clang/test/Driver/linux-ld.c
Log Message:
-----------
[Driver] Remove an incorrect library path for multilib
This is incorrect (adding a path with unrelated libraries) but benign in practice because previous paths take precedence.
More information about the All-commits
mailing list