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

set(_compiler_id_pp_test "defined(__PATHCC__)")

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