Skip to content

Docker Solution for using the DXR Source Indexer for the LLVM code base.

Notifications You must be signed in to change notification settings

rdtscp/llvm-dxr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llvm-dxr

Docker Solution for using the DXR Source Indexer for the LLVM code base.

Dependencies

Local Usage

git clone https://github.com/rdtscp/llvm-dxr.git --recursive
cd ./llvm-dxr/
docker build -f "dxr/Dockerfile" -t dxr:latest dxr
docker-compose -f "docker-compose.yml" up --build 
open http://localhost:8000

Notes

  • Look into possibility of having some "persistent" storage (but still containerised) for the llvm source/build to reduce re-indexing/re-building times.

About

Docker Solution for using the DXR Source Indexer for the LLVM code base.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published