[clang] [flang] [flang][driver] Add support for -isysroot in the frontend (PR #77365)

Kelvin Li via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 13 19:12:48 PST 2024


kkwli wrote:

If the compiler is built with `DEFAULT_SYSROOT`, the `-isysroot` option is ignored. Is that the expected behavior? My local MacOS build (with `-DDEFAULT_SYSROOT="$(xcrun --show-sdk-path)"`) has `isysroot.f90` failed.

https://github.com/llvm/llvm-project/pull/77365


More information about the cfe-commits mailing list