[all-commits] [llvm/llvm-project] f34763: [Driver] move DragonFly header search path managem...
Brad Smith via All-commits
all-commits at lists.llvm.org
Tue Aug 29 20:19:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3476332e4531a667063b8980de1fbc5fb4a6251
https://github.com/llvm/llvm-project/commit/f3476332e4531a667063b8980de1fbc5fb4a6251
Author: Brad Smith <brad at comstyle.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M clang/lib/Driver/ToolChains/DragonFly.cpp
M clang/lib/Driver/ToolChains/DragonFly.h
M clang/lib/Lex/InitHeaderSearch.cpp
Log Message:
-----------
[Driver] move DragonFly header search path management to the driver
As has been done for other OS's. Move the header path management to the driver.
Also I noticed with D89690 that the library paths were updated for GCC 8, but
the C++ header path was not. So I also fixed that while here.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D158376
More information about the All-commits
mailing list