[PATCH] D136315: [clang][Darwin] Try to guess the SDK root with xcrun when unspecified
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 19 05:32:46 PST 2023
thakis added a comment.
I just verified that that does indeed happen, and it does:
$ strace out/gn/bin/clang --target=x86_64-apple-macos -x c -c /dev/null 2>&1 | grep xcrun
access("/usr/bin/xcrun", F_OK) = -1 ENOENT (No such file or directory)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136315/new/
https://reviews.llvm.org/D136315
More information about the cfe-commits
mailing list