diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-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 |