[PATCH] D158715: [Driver] Cleanup last vestiges of Minix / Contiki support
Mikael Holmén via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 6 02:12:43 PDT 2023
uabelho added inline comments.
================
Comment at: clang/lib/Lex/InitHeaderSearch.cpp:336
- case llvm::Triple::Minix:
- AddGnuCPlusPlusIncludePaths("/usr/gnu/include/c++/4.4.3",
- "", "", "", triple);
----------------
@brad :
I think this was the last use of the AddGnuCPlusPlusIncludePaths method, should we remove it now or is it likely it will be used again?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158715/new/
https://reviews.llvm.org/D158715
More information about the cfe-commits
mailing list