diff options
author | William Junda Huang <huangjd@alum.mit.edu> | 2024-08-28 21:33:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 21:33:24 -0400 |
commit | 92885bbeab632875929827a09841237cd59405fb (patch) | |
tree | 82e781823c542422d713f4d97bfc7e442fa72da0 /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | 438ad9f2bf25575c474313de4ad85a5da6f69e4c (diff) | |
download | llvm-revert-101795-llvmprofdataFlatProfile.zip llvm-revert-101795-llvmprofdataFlatProfile.tar.gz llvm-revert-101795-llvmprofdataFlatProfile.tar.bz2 |
Revert "[llvm-profdata] Enabled functionality to write split-layout profile (…"revert-101795-llvmprofdataFlatProfile
This reverts commit 75e9d191f52b047ea839f75ab2a7a7d9f8c6becd.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index af840f3..acf016a 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -162,12 +162,6 @@ OPTIONS coverage for the optimized target. This option can only be used with sample-based profile in extbinary format. -.. option:: --split-layout=[true|false] - - Split the profile data section to two with one containing sample profiles with - inlined functions and the other not. This option can only be used with - sample-based profile in extbinary format. - .. option:: --convert-sample-profile-layout=[nest|flat] Convert the merged profile into a profile with a new layout. Supported |