OMNI_OTEL_TOOLCHAIN_CLANG#
Defined in omni/observability/Utils.h
-
OMNI_OTEL_TOOLCHAIN_CLANG#
Macro that is set to
1when the Clang toolchain is being used to build the project.Note that OMNI_OTEL_COMPILER_GNUC will also be set to
1in this case since Clang is also a GCC/G++ compatible toolchain. This will be set to0when using a non-Clang toolchain.