From 8eb6741fa0c42c8ca601294bfc40cefc7f2bf36e Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 11 Apr 2022 13:49:06 -0700 Subject: [PATCH] [docs] Remove outdated -fexperimental-new-pass-manager for profile data remapping support --- clang/docs/UsersManual.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst index 4a776eb..2dc3244 100644 --- a/clang/docs/UsersManual.rst +++ b/clang/docs/UsersManual.rst @@ -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. -- 2.7.4