Skip to content

matsune/llvm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-docker

LLVM development docker container on Linux

  • ubuntu 16.04
  • LLVM 9
$ mkdir workspace
$ docker build -t llvm .
# sync host workspace and container workspace
$ docker run -it --rm -v $(pwd)/workspace:/root/workspace llvm

# for local development
$ sudo ln -s /home/ubuntu/llvm-docker/llvm-9/llvm /usr/include/llvm
$ sudo ln -s /home/ubuntu/llvm-docker/llvm-c-9/llvm-c /usr/include/llvm-c

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors