[PATCH] D154396: [clang] Add support for SerenityOS

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 03:07:28 PDT 2023


brad added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Serenity.cpp:202
+  addSystemInclude(DriverArgs, CC1Args,
+                   concat(D.SysRoot, "/usr/local/include"));
+  addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot, "/usr/include"));
----------------
IMO if the library path is removed then the header path should be as well.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154396



More information about the cfe-commits mailing list