Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param
[oota-llvm.git] / docs / CommandGuide / lit.rst
index 9c63848a76dfa7d95db9fb660e639b6f6f75f338..1f97bc31dd7f99431a3dfa02b54559d80565036c 100644 (file)
@@ -56,7 +56,7 @@ GENERAL OPTIONS
  Search for :file:`{NAME}.cfg` and :file:`{NAME}.site.cfg` when searching for
  test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`.
 
-.. option:: --param NAME, --param NAME=VALUE
+.. option:: -D NAME, -D NAME=VALUE, --param NAME, --param NAME=VALUE
 
  Add a user defined parameter ``NAME`` with the given ``VALUE`` (or the empty
  string if not given).  The meaning and use of these parameters is test suite