Sign inSign up

adbjesus/llvm

By adbjesus

Updated over 9 years ago

Different LLVM versions on Alpine images

Image
1

195

adbjesus/llvm repository overview

Supported tags and respective docker files

Using

After pulling the image

$ docker pull adbjesus/llvm:3.8

you can run commands easily, i.e.:

$ docker run -it adbjesus/llvm:3.8 llc --version

Also you might add the most commons commands as aliases, for example:

$ alias llc-3.8="docker run -it -v "$(pwd)":/workdir -w /workdir adbjesus/llvm:3.8 llc"

Then simply run commands by calling the alias:

$ llc-3.8 --version $ llc-3.8 helloworld.ll

Tag summary

Content type

Image

Digest

Size

19.6 MB

Last updated

over 9 years ago

docker pull adbjesus/llvm:3.8.1