trungnt2910 added inline comments.
Comment at: clang/lib/Driver/ToolChains/Haiku.cpp:85-86
+ "/boot/system/develop/headers/os/net"));
+ addSystemInclude(DriverArgs, CC1Args, concat(D.SysRoot,
+ "/boot/system/develop/headers/os/opengl"));
+ ad
trungnt2910 added a comment.
I'm not the Haiku toolchain expert here 😅, all I can do is comparing this with
what the GCC toolchain for Haiku does.
Comment at: clang/lib/Driver/ToolChains/Haiku.cpp:24-25
+ getFilePaths().push_back(concat(getDriver().SysRoot, "/boot/system/li