diff options
author | مهدي شينون (Mehdi Chinoune) <mehdi.chinoune@hotmail.com> | 2024-02-12 17:12:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-02-13 00:46:41 (GMT) |
commit | 2a4e8f03ef602969e9691b4f2c35fc7602ccc856 (patch) | |
tree | 54b3369090eaaf0e30f5738711bd23bda9bc91ce /Help/release | |
parent | 4977739fc978a0480fc1cde3f03a88a083e955a5 (diff) | |
download | CMake-2a4e8f03ef602969e9691b4f2c35fc7602ccc856.zip CMake-2a4e8f03ef602969e9691b4f2c35fc7602ccc856.tar.gz CMake-2a4e8f03ef602969e9691b4f2c35fc7602ccc856.tar.bz2 |
MinGW: Add support for OBJC and OBJCXX
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.29.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/3.29.rst b/Help/release/3.29.rst index 96f161f..659237e 100644 --- a/Help/release/3.29.rst +++ b/Help/release/3.29.rst @@ -39,6 +39,11 @@ Compilers * The LLVM/Clang GNU-like frontend on Windows (``clang++``) may now be used to compile ``CUDA`` language sources. +* Compilers targeting the GNU ABI on Windows (MinGW) may now be used to + compile Objective C (``OBJC``) and Objective C++ (``OBJCXX``). These + include GNU compilers (``gcc`` and ``g++``) and the LLVM/Clang GNU-like + frontends (``clang`` and ``clang++``). + * TI Clang-based compilers are now supported with :variable:`compiler id <CMAKE_<LANG>_COMPILER_ID>` ``TIClang``. |