This change is the first in a series of changes to get the XRay runtime
building on macOS. This first allows us to build the minimal parts of
XRay to get us started on supporting macOS development. These include:
- CMake changes to allow targeting x86_64 initially.
- Allowing for building the initialisation routines without .preinit_array support.
- Use __sanitizer::SleepForMillis() to work around the lack of clock_nanosleep on macOS.
- Deprecate the xray_fdr_log_grace_period_us flag, and introduce the xray_fdr_log_grace_period_ms flag instead, to use milliseconds across platforms.
Instead of this change, please do something similar like we do for ALL_LSAN_SUPPORTED_ARCH above (line 200).