index.rst 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. LLVM Command Guide
  2. ------------------
  3. NOTE: the DirectX Compiler project drops support for many of these tools, as
  4. they are no longer suitable or have a more specialized replacement.
  5. The following documents are command descriptions for all of the LLVM tools.
  6. These pages describe how to use the LLVM commands and what their options are.
  7. Note that these pages do not describe all of the options available for all
  8. tools. To get a complete listing, pass the ``--help`` (general options) or
  9. ``--help-hidden`` (general and debugging options) arguments to the tool you are
  10. interested in.
  11. Basic Commands
  12. ~~~~~~~~~~~~~~
  13. .. toctree::
  14. :maxdepth: 1
  15. llvm-as
  16. llvm-dis
  17. opt
  18. llc
  19. lli
  20. llvm-link
  21. llvm-ar
  22. llvm-nm
  23. llvm-config
  24. llvm-diff
  25. llvm-cov
  26. llvm-profdata
  27. llvm-stress
  28. llvm-symbolizer
  29. llvm-dwarfdump
  30. Debugging Tools
  31. ~~~~~~~~~~~~~~~
  32. .. toctree::
  33. :maxdepth: 1
  34. llvm-extract
  35. llvm-bcanalyzer
  36. Developer Tools
  37. ~~~~~~~~~~~~~~~
  38. .. toctree::
  39. :maxdepth: 1
  40. FileCheck
  41. tblgen
  42. lit
  43. llvm-build
  44. llvm-readobj