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