Author: Fangrui Song
Date: 2022-04-11T13:49:06-07:00
New Revision: 8eb6741fa0c42c8ca601294bfc40cefc7f2bf36e

URL: 
https://github.com/llvm/llvm-project/commit/8eb6741fa0c42c8ca601294bfc40cefc7f2bf36e
DIFF: 
https://github.com/llvm/llvm-project/commit/8eb6741fa0c42c8ca601294bfc40cefc7f2bf36e.diff

LOG: [docs] Remove outdated -fexperimental-new-pass-manager for profile data 
remapping support

Added: 
    

Modified: 
    clang/docs/UsersManual.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 4a776eb86775c..2dc32448f959b 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -2574,12 +2574,6 @@ currently not remapped. For best results, you are 
encouraged to generate new
 profile data matching the updated program, or to remap the profile data
 using the ``llvm-cxxmap`` and ``llvm-profdata merge`` tools.
 
-.. 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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to