[PATCH] D158376: [Driver] move DragonFly header search path management to the driver
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 29 19:43:50 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/lib/Lex/InitHeaderSearch.cpp:331
- case llvm::Triple::DragonFly:
- AddPath("/usr/include/c++/5.0", CXXSystem, false);
- break;
----------------
5.0 becomes 8.0 after move?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158376/new/
https://reviews.llvm.org/D158376
More information about the cfe-commits
mailing list