[clang] 8eb6741 - [docs] Remove outdated -fexperimental-new-pass-manager for profile data remapping support

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 13:49:10 PDT 2022


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


        


More information about the cfe-commits mailing list