OMNI_OTEL_TOOLCHAIN_CLANG#

Defined in omni/observability/Utils.h

OMNI_OTEL_TOOLCHAIN_CLANG#

Macro that is set to 1 when the Clang toolchain is being used to build the project.

Note that OMNI_OTEL_COMPILER_GNUC will also be set to 1 in this case since Clang is also a GCC/G++ compatible toolchain. This will be set to 0 when using a non-Clang toolchain.