diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:20 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:20 +0000 |
commit | b647d5d21dd8fa22b6ff849563809b7763dcf57e (patch) | |
tree | 832d8fffe120796e2e8ef7846c071d27ab24d504 /llvm/docs/CommandGuide | |
parent | e7b9e5fcd0d6daeda2d2ab39640fd2f40fa7f28a (diff) | |
download | bcm5719-llvm-b647d5d21dd8fa22b6ff849563809b7763dcf57e.tar.gz bcm5719-llvm-b647d5d21dd8fa22b6ff849563809b7763dcf57e.zip |
[lit] Remove --repeat option, which wasn't that useful.
llvm-svn: 188008
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index a4681fb34ca..5e986c85fed 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/docs/CommandGuide/lit.rst @@ -151,11 +151,6 @@ ADDITIONAL OPTIONS List the discovered test suites as part of the standard output. -.. option:: --repeat=N - - Run each test ``N`` times. Currently this is primarily useful for timing - tests, other results are not collated in any reasonable fashion. - EXIT STATUS ----------- |