[docs] Remove outdated -fexperimental-new-pass-manager for profile data remapping...
authorFangrui Song <i@maskray.me>
Mon, 11 Apr 2022 20:49:06 +0000 (13:49 -0700)
committerFangrui Song <i@maskray.me>
Mon, 11 Apr 2022 20:49:06 +0000 (13:49 -0700)
clang/docs/UsersManual.rst

index 4a776eb..2dc3244 100644 (file)
@@ -2576,12 +2576,6 @@ 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
   following the Itanium C++ ABI mangling scheme. This covers all C++ targets
   supported by Clang other than Windows.