Hi. Sure. This is the command and its output.
```
~/llvm-toolchain/out/stage2-install/bin/clang --sysroot=$HOME/sysroot --target=x86_64-apple-darwin20.5.0 -stdlib=libc++ test.cpp -v
Android (dev, -pgo, -bolt, -lto, -mlgo, based on r487747e) clang version 17.0.2 (
https://android.googlesource.com/toolchain/llvm-project d9f89f4d16663d5012e5c09495f3b30ece3d2362)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /home/jose/llvm-toolchain/out/stage2-install/bin
"/home/jose/llvm-toolchain/out/stage2-install/bin/clang-17" -cc1 -triple x86_64-apple-macosx11.0.0 -Wundef-prefix=TARGET_OS_ -Werror=undef-prefix -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name test.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=all -ffp-contract=on -fno-rounding-math -funwind-tables=2 -fcompatibility-qualified-id-block-type-checking -fvisibility-inlines-hidden-static-local-var -target-cpu penryn -tune-cpu generic -mllvm -treat-scalable-fixed-error-as-warning -debugger-tuning=lldb -v -fcoverage-compilation-dir=/home/jose/ndk-passes -resource-dir /home/jose/llvm-toolchain/out/stage2-install/lib/clang/17 -isysroot /home/jose/sysroot -stdlib=libc++ -internal-isystem /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1 -internal-isystem /home/jose/sysroot/usr/local/include -internal-isystem /home/jose/llvm-toolchain/out/stage2-install/lib/clang/17/include -internal-externc-isystem /home/jose/sysroot/usr/include -fdeprecated-macro -fdebug-compilation-dir=/home/jose/ndk-passes -ferror-limit 19 -stack-protector 1 -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcolor-diagnostics -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /tmp/test-361868.o -x c++ test.cpp
clang -cc1 version 17.0.2 based upon LLVM 17.0.2 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/home/jose/sysroot/usr/local/include"
ignoring nonexistent directory "/home/jose/sysroot/System/Library/Frameworks"
ignoring nonexistent directory "/home/jose/sysroot/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
/home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1
/home/jose/llvm-toolchain/out/stage2-install/lib/clang/17/include
/home/jose/sysroot/usr/include
End of search list.
In file included from test.cpp:1:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/iostream:43:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/ios:220:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/__ios/fpos.h:14:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/iosfwd:100:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/__mbstate_t.h:29:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/wchar.h:124:
In file included from /home/jose/sysroot/usr/include/wchar.h:33:
In file included from /home/jose/llvm-toolchain/out/stage2-install/bin/../include/c++/v1/stdio.h:108:
In file included from /home/jose/sysroot/usr/include/stdio.h:42:
In file included from /home/jose/sysroot/usr/include/sys/types.h:36:
/home/jose/sysroot/usr/include/linux/types.h:21:10: fatal error: 'asm/types.h' file not found
#include <asm/types.h>
^~~~~~~~~~~~~
1 error generated.
```