mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
OrangeC: Add support for OrangeC compiler
Add compiler information modules. Update the test suite. Fixes: #25032 Co-authored-by: Brad King <brad.king@kitware.com>
This commit is contained in:
committed by
Brad King
parent
10f435a58f
commit
531b4fe643
@@ -0,0 +1,5 @@
|
||||
orangec-compiler
|
||||
----------------
|
||||
|
||||
* The OrangeC compiler is now supported with
|
||||
:variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``OrangeC``.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user