summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/swift-support.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-04 12:50:40 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-04 13:55:37 (GMT)
commit01d5730411561b7278d0350dffb8b7dd89ac8970 (patch)
treefbb41becef64ce523828ce2f7eb7237b2449f208 /Help/release/dev/swift-support.rst
parente075e64fd80c3b63492232c7f9019ce65d1d8e4a (diff)
downloadCMake-01d5730411561b7278d0350dffb8b7dd89ac8970.zip
CMake-01d5730411561b7278d0350dffb8b7dd89ac8970.tar.gz
CMake-01d5730411561b7278d0350dffb8b7dd89ac8970.tar.bz2
Help: Consolidate 3.15 release notes
Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.15.rst`.
Diffstat (limited to 'Help/release/dev/swift-support.rst')
-rw-r--r--Help/release/dev/swift-support.rst23
1 files changed, 0 insertions, 23 deletions
diff --git a/Help/release/dev/swift-support.rst b/Help/release/dev/swift-support.rst
deleted file mode 100644
index 49784e2..0000000
--- a/Help/release/dev/swift-support.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-Swift Language Support
-----------------------
-
-* Preliminary support for the Swift language with the :generator:`Ninja`
- generator was added. Use the :envvar:`SWIFTC` environment variable to
- specify a compiler.
-
-* Support to emit an output file map was added to enable Swift compilation.
-
-* A target property :prop_tgt:`Swift_DEPENDENCIES_FILE` was added to targets to
- indicate where to save the target swift dependencies file. If one is not
- specified, it will default to `<TARGET>.swiftdeps`.
-
-* A target property :prop_tgt:`Swift_MODULE_NAME` was added to targets to
- indicate the Swift module name. If it is not specified, it will default to
- the name of the target.
-
-* A source property :prop_sf:`Swift_DEPENDENCIES_FILE` was added to sources to
- indicate where to save the target swift dependencies file. If one is not
- specified, it will default to `<OBJECT>.swiftdeps`.
-
-* A source property :prop_sf:`Swift_DIAGNOSTICS_FILE` was added to sources to
- indicate where to write the serialised Swift diagnostics.