Fuchsia already implements AddClangSystemIncludeArgs(). So it looks like we just have to switch over to using it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D141073
[Driver] move Fuchsia header search path management to the driver ClosedPublic Authored by brad on Jan 5 2023, 10:11 AM.
Details Summary Fuchsia already implements AddClangSystemIncludeArgs(). So it looks like we just have to switch over to using it.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 5 2023, 6:11 PM This revision was landed with ongoing or failed builds.Jan 5 2023, 6:21 PM Closed by commit rG8fd279f7d369: [Driver] move Fuchsia 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 486727 clang/lib/Lex/InitHeaderSearch.cpp
|