summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake')
-rw-r--r--share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake b/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake
new file mode 100644
index 0000000..19aa9e3
--- /dev/null
+++ b/share/cmake-3.22/Modules/Compiler/TI-DetermineCompiler.cmake
@@ -0,0 +1,8 @@
+
+set(_compiler_id_pp_test "defined(__TI_COMPILER_VERSION__)")
+
+set(_compiler_id_version_compute "
+ /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
+# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
+# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000)")