summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-06-06 23:43:56 +0000
committerVedant Kumar <vsk@apple.com>2016-06-06 23:43:56 +0000
commit8d0e861e9b6ac900de2a82929195ac4fe6f7b436 (patch)
tree0454741446b2f7702b684c98a12dcbc930b94dc6 /llvm/docs/CommandGuide
parente8a236fc2ea07304ee73ab02f6cbb00d086caef4 (diff)
downloadbcm5719-llvm-8d0e861e9b6ac900de2a82929195ac4fe6f7b436.tar.gz
bcm5719-llvm-8d0e861e9b6ac900de2a82929195ac4fe6f7b436.zip
Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""
This reverts commit r271953. It's still breaking on Windows, though the list initialization issue is fixed: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/3751 llvm-svn: 271963
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-profdata.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst
index 2742fd3d75d..12f2771bd00 100644
--- a/llvm/docs/CommandGuide/llvm-profdata.rst
+++ b/llvm/docs/CommandGuide/llvm-profdata.rst
@@ -44,9 +44,6 @@ interpreted as relatively more important than a shorter run. Depending on the
nature of the training runs it may be useful to adjust the weight given to each
input file by using the ``-weighted-input`` option.
-Profiles passed in via ``-weighted-input``, ``-input-files``, or via positional
-arguments are processed once for each time they are seen.
-
OPTIONS
^^^^^^^
@@ -68,12 +65,6 @@ OPTIONS
Input files specified without using this option are assigned a default
weight of 1. Examples are shown below.
-.. option:: -input-files=path, -f=path
-
- Specify a file which contains a list of files to merge. The entries in this
- file are newline-separated. Lines starting with '#' are skipped. Entries may
- be of the form <filename> or <weight>,<filename>.
-
.. option:: -instr (default)
Specify that the input profile is an instrumentation-based profile.
OpenPOWER on IntegriCloud