summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorCalixte Denizet <cdenizet@mozilla.com>2018-11-12 14:57:17 +0000
committerCalixte Denizet <cdenizet@mozilla.com>2018-11-12 14:57:17 +0000
commit7de59a5b9e9c1cc8e2197171af2bc3f0c4fbcd22 (patch)
treef97173c49ce2ee7170444bbeff9f558fab952c09 /docs/ReleaseNotes.rst
parent4b7ff1091978ab2202459ae06de89ee761d2077f (diff)
downloadclang-7de59a5b9e9c1cc8e2197171af2bc3f0c4fbcd22.tar.gz
Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c is failing under windows
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 72b043f28d..09f656815d 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -64,12 +64,6 @@ Non-comprehensive list of changes in this release
New Compiler Flags
------------------
-- ``-fprofile-filter-files=[regexes]`` and ``-fprofile-exclude-files=[regexes]``.
-
- Clang has now options to filter or exclude some files when
- instrumenting for gcov-based profiling.
- See the :doc:`UsersManual` for details.
-
- ...
Deprecated Compiler Flags