summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-10-10 23:33:18 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-10-10 23:33:18 +0000
commitb53fdb7a6eba9a749caf2f6e44173704f43e4932 (patch)
tree569b4a677e89a7e4345cd62c21dc830eaed1f1ee /docs
parent58ae9852115b9cf05c3166cba9f4cffcfaa061e2 (diff)
downloadclang-b53fdb7a6eba9a749caf2f6e44173704f43e4932.tar.gz
Update documentation to indicate that profile remapping support is only
implemented for the new pass manager so far. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@344201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsersManual.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index 438ef46a45..6d321952cf 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -1858,6 +1858,12 @@ profile data matching the updated program.
.. note::
+ Profile data remapping support is currently only implemented for LLVM's
+ new pass manager, which can be enabled with
+ ``-fexperimental-new-pass-manager``.
+
+.. note::
+
Profile data remapping is currently only supported for C++ mangled names
following the Itanium C++ ABI mangling scheme. This covers all C++ targets
supported by Clang other than Windows.