summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/PathScale-DetermineCompiler.cmake
blob: 40199e674cfb814439520f7e23ca852f78d8cfbe (plain)
1
2
3
4
5
6
7
8
9

set(_compiler_id_pp_test "defined(__PATHCC__)")

set(_compiler_id_version_compute "
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif")