As has been done for other OS's. Move the header path management to the driver.
Also I noticed with https://reviews.llvm.org/D89690 that the library paths were updated for GCC 8, but
the C++ header path was not. So I also fixed that while here.
Paths
| Differential D158376
[Driver] move DragonFly header search path management to the driver ClosedPublic Authored by brad on Aug 20 2023, 4:22 PM.
Details Summary As has been done for other OS's. Move the header path management to the driver. Also I noticed with https://reviews.llvm.org/D89690 that the library paths were updated for GCC 8, but
Diff Detail
Unit TestsFailed Event Timeline
Comment Actions Looks great!
This revision is now accepted and ready to land.Aug 29 2023, 8:11 PM This revision was landed with ongoing or failed builds.Aug 29 2023, 8:19 PM Closed by commit rGf3476332e453: [Driver] move DragonFly header search path management to the driver (authored by brad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 551872 clang/lib/Driver/ToolChains/DragonFly.h
clang/lib/Driver/ToolChains/DragonFly.cpp
clang/lib/Lex/InitHeaderSearch.cpp
|
5.0 becomes 8.0 after move?