[all-commits] [llvm/llvm-project] ecb3cd: [Driver] Move PS4/PS5 header search path managemen...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Wed Feb 1 07:41:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecb3cd0946a47c419efda7b92cd6f6fcc30b6be9
https://github.com/llvm/llvm-project/commit/ecb3cd0946a47c419efda7b92cd6f6fcc30b6be9
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Driver/ToolChains/PS4CPU.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/test/Driver/ps4-ps5-header-search.c
Log Message:
-----------
[Driver] Move PS4/PS5 header search path management to the driver
This follows how OpenBSD, FreeBSD, and NetBSD now work. (See
D138183 and D140817 for those cases.)
It also tidies up some code duplication that wasn't exactly right.
More information about the All-commits
mailing list