forked from OSchip/llvm-project
Update documentation to indicate that profile remapping support is only
implemented for the new pass manager so far. llvm-svn: 344201
This commit is contained in:
parent
6c67662816
commit
cee53ce4f2
|
@ -1856,6 +1856,12 @@ best-effort basis. For example, information regarding indirect call targets is
|
|||
currently not remapped. For best results, you are encouraged to generate new
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue