summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-09-26 13:22:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-09-26 13:23:10 (GMT)
commit0be496cb5a3bfd643d3c86c59e9ab320f3557cf9 (patch)
treeb2e1b2b2b00c1a0f54b18372473c5ad6cb065919 /Help
parent187fb1911f6415362fc036d76fb4756317a52c2a (diff)
parentf8fa4f1ad7b718cc3724f5015d3fd4374cff75d4 (diff)
downloadCMake-0be496cb5a3bfd643d3c86c59e9ab320f3557cf9.zip
CMake-0be496cb5a3bfd643d3c86c59e9ab320f3557cf9.tar.gz
CMake-0be496cb5a3bfd643d3c86c59e9ab320f3557cf9.tar.bz2
Merge topic 'orangec-compiler'
f8fa4f1ad7 ci: Add OrangeC 6.73.1 nightly CI job 531b4fe643 OrangeC: Add support for OrangeC compiler 10f435a58f Tests: Simplify nested if conditions in Complex tests Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Victor <lostfreeman@gmail.com> Merge-request: !8592
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/orangec-compiler.rst5
-rw-r--r--Help/variable/CMAKE_LANG_COMPILER_ID.rst2
2 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/orangec-compiler.rst b/Help/release/dev/orangec-compiler.rst
new file mode 100644
index 0000000..9068699
--- /dev/null
+++ b/Help/release/dev/orangec-compiler.rst
@@ -0,0 +1,5 @@
+orangec-compiler
+----------------
+
+* The OrangeC compiler is now supported with
+ :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``OrangeC``.
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
index c89b3ab..6893eea 100644
--- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst
+++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst
@@ -35,6 +35,7 @@ Value Name
``MSVC`` `Microsoft Visual Studio`_
``NVHPC`` `NVIDIA HPC Compiler`_
``NVIDIA`` `NVIDIA CUDA Compiler`_
+``OrangeC`` `OrangeC Compiler`_
``OpenWatcom`` `Open Watcom`_
``PGI`` The Portland Group
``PathScale`` PathScale
@@ -63,6 +64,7 @@ languages.
.. _NVIDIA HPC Compiler: https://developer.nvidia.com/hpc-compilers
.. _NVIDIA CUDA Compiler: https://developer.nvidia.com/cuda-llvm-compiler
.. _Open Watcom: https://open-watcom.github.io
+.. _OrangeC Compiler: https://github.com/LADSoft/OrangeC
.. _Small Device C Compiler: https://sdcc.sourceforge.net
.. _Tiny C Compiler: https://bellard.org/tcc
.. _Tasking Compiler Toolsets: https://www.tasking.com