[PATCH] D158378: [Driver] move Minix header search path management to the driver

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 20 19:01:11 PDT 2023


MaskRay added a comment.

Thank you for driving the migration!

  case llvm::Triple::Minix:
    AddGnuCPlusPlusIncludePaths("/usr/gnu/include/c++/4.4.3",
                                "", "", "", triple);

The GCC 4.4.3 thing is from 3e2ee147d0ddb23592b2ec8294381b5e1801cc62 (2010). https://github.com/Stichting-MINIX-Research-Foundation/minix and https://git.minix3.org/index.cgi?p=minix.git haven't had any commit since 2018.
We haven't seen any actual Minix driver changes for many years. I think it unlikely works and perhaps we should remove Minix driver support.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158378/new/

https://reviews.llvm.org/D158378



More information about the cfe-commits mailing list