summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake')
-rw-r--r--share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake b/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake
new file mode 100644
index 0000000..368b375
--- /dev/null
+++ b/share/cmake-3.22/Modules/Compiler/GHS-DetermineCompiler.cmake
@@ -0,0 +1,9 @@
+set(_compiler_id_pp_test "defined(__ghs__)")
+
+set(_compiler_id_version_compute "
+/* __GHS_VERSION_NUMBER = VVVVRP */
+# ifdef __GHS_VERSION_NUMBER
+# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
+# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
+# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
+# endif")