Functionsยง
- apple_
os - Get the target OS on Apple operating systems.
- is_aix
- Check if target uses AIX.
- is_
arm64ec - Check if target is arm64ec.
- is_
darwin - Check if target uses macOS.
- is_win7
- Check if target is win7.
- is_
windows - Check if target is windows-like.
- is_
windows_ gnu - Check if target is windows-gnu.
- is_
windows_ msvc - Check if target is windows-msvc.
- llvm_
components_ contain - Check if
componentis withinLLVM_COMPONENTS - target
TARGET- uname
- Run
uname. This assumes thatunameis available on the platform!