mhjacobson added inline comments.
================ Comment at: clang/test/Driver/freebsd.c:217 + +// Check that the driver passes include paths to cc1 on FreeBSD. +// RUN: %clang -### %s --target=x86_64-unknown-freebsd13.1 -r 2>&1 \ ---------------- MaskRay wrote: > Is this sufficient? For Linux `linux-cross.cpp` checks a lot of directories > to facilitate code refactoring. On FreeBSD, the only directories included by default are - /usr/include/c++/v1 (in C++ mode) - <resource dir>/include - /usr/include I suppose I can add checks for the first two. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138183/new/ https://reviews.llvm.org/D138183 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits