[PATCH] D158376: [Driver] move DragonFly header search path management to the driver
Brad Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 20 16:22:33 PDT 2023
brad created this revision.
brad added a reviewer: devnexen.
brad added a project: clang.
Herald added a project: All.
brad requested review of this revision.
Herald added a subscriber: MaskRay.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158376
Files:
clang/lib/Driver/ToolChains/DragonFly.cpp
clang/lib/Driver/ToolChains/DragonFly.h
clang/lib/Lex/InitHeaderSearch.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158376.551869.patch
Type: text/x-patch
Size: 3498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230820/ebabeb36/attachment.bin>
More information about the cfe-commits
mailing list