diff options
author | Brad King <brad.king@kitware.com> | 2019-05-22 14:39:46 (GMT) |
---|---|---|
committer | Zsolt Parragi <zsolt.parragi@cancellar.hu> | 2019-05-24 06:43:56 (GMT) |
commit | 74829f01b13de0031e659bf8dac3e6672fbfa77b (patch) | |
tree | 23fe2475f0d7367852e27fb612b229087e42de3a | |
parent | 19669abe1d714d9dba3dcd642588160c0814f9e7 (diff) | |
download | CMake-74829f01b13de0031e659bf8dac3e6672fbfa77b.zip CMake-74829f01b13de0031e659bf8dac3e6672fbfa77b.tar.gz CMake-74829f01b13de0031e659bf8dac3e6672fbfa77b.tar.bz2 |
Help: Add notes for topic 'clang-gnulike-support'
-rw-r--r-- | Help/release/dev/clang-gnulike-support.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/clang-gnulike-support.rst b/Help/release/dev/clang-gnulike-support.rst new file mode 100644 index 0000000..87715d7 --- /dev/null +++ b/Help/release/dev/clang-gnulike-support.rst @@ -0,0 +1,5 @@ +clang-gnulike-support +--------------------- + +* The ``Clang`` compiler variant on Windows that targets the MSVC ABI + but has a GNU-like command line is now supported. |