dawn_get_compiler_infoΒΆ

Get the identification string of the compiler.

dawn_get_compiler()

The functions defines the following variable:

DAWN_COMPILER_STRING
Variable which will contain the identification string of the compiler.

and conditionally one of the following:

DAWN_COMPILER_MSVC
Set to 1 if the compiler in use is MSVC
DAWN_COMPILER_GNU
Set to 1 if the compiler in use is GNU
DAWN_COMPILER_CLANG
Set to 1 if the compiler in use is Clang