[all-commits] [llvm/llvm-project] 2a28d1: [Driver] Linux.cpp: move resource directory before...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Mar 28 12:44:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a28d1d3b7bf2062288b46af34e33ccc543a99fa
https://github.com/llvm/llvm-project/commit/2a28d1d3b7bf2062288b46af34e33ccc543a99fa
Author: Fangrui Song <i at maskray.me>
Date: 2021-03-28 (Sun, 28 Mar 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/android-ndk-standalone.cpp
M clang/test/Driver/linux-cross.cpp
M clang/test/Driver/linux-header-search.cpp
Log Message:
-----------
[Driver] Linux.cpp: move resource directory before /usr/local/include for non-musl
This follows GCC and simplifies code. /usr/local/include and TOOL_INCLUDE_DIR
should not conflict with the resource directory include so users should not
observe any difference.
More information about the All-commits
mailing list