diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index b4d8d662f2b..30d0486f456 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -48,7 +48,7 @@ options) arguments to the tool you are interested in.

directly run a program compiled to bytecode using a JIT compiler or interpreter -
  • llvm-link +
  • llvm-link - link several bytecode files into one
  • analyze - @@ -57,7 +57,10 @@ options) arguments to the tool you are interested in.

  • llvm-ar - archive bytecode files
  • -
  • llvm-nm +
  • llvm-ranlib - + create an index for archives made with llvm-ar
  • + +
  • llvm-nm - print out the names and types of symbols in a bytecode file
  • llvm-prof -