rust icon indicating copy to clipboard operation
rust copied to clipboard

Tracking Issue for llvm-tools-preview

Open ehuss opened this issue 3 years ago • 7 comments

This is a tracking issue for the llvm-tools-preview.

llvm-tools-preview is a rustup component that contains some LLVM tools. At the time of this writing, it contains the following:

  • llc
  • llvm-ar
  • llvm-as
  • llvm-cov
  • llvm-dis
  • llvm-nm
  • llvm-objcopy
  • llvm-objdump
  • llvm-profdata
  • llvm-readobj
  • llvm-size
  • llvm-strip
  • opt

Steps

  • [ ] Write some documentation (not sure where this should live)

Unresolved Questions

  • What will it take to transition out of -preview?

Implementation history

  • #49584 Original issue
  • #50336 Added tools
  • #51922 Renamed to -preview
  • #51962 Added llvm-strip
  • #53740 Added llvm-readobj
  • #59351 Added llvm-ar
  • #72000 Moved libLLVM.so around
  • #77868 Added llvm-dis, llc, opt
  • #78947 Added llvm-cov
  • #78968 Added llvm-as

ehuss avatar May 25 '21 05:05 ehuss