Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 31, 2020 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b9ead6fff7855cde9d73397ef7602a6a to your computer and use it in GitHub Desktop.
Save r-ryantm/b9ead6fff7855cde9d73397ef7602a6a to your computer and use it in GitHub Desktop.
/nix/store/rlqw0ncx8vhslwdvkf2qirpzkyvyl3kc-wllvm-1.2.8
├── bin
│   ├── extract-bc
│   ├── wfortran
│   ├── wllvm
│   ├── wllvm++
│   ├── wllvm-as
│   └── wllvm-sanity-checker
├── lib
│   └── python3.7
│   └── site-packages
│   ├── wllvm
│   │   ├── arglistfilter.py
│   │   ├── as.py
│   │   ├── checker.py
│   │   ├── compilers.py
│   │   ├── dragonegg_as
│   │   │   └── as
│   │   ├── extraction.py
│   │   ├── extractor.py
│   │   ├── filetype.py
│   │   ├── __init__.py
│   │   ├── logconfig.py
│   │   ├── popenwrapper.py
│   │   ├── __pycache__
│   │   │   ├── arglistfilter.cpython-37.pyc
│   │   │   ├── as.cpython-37.pyc
│   │   │   ├── checker.cpython-37.pyc
│   │   │   ├── compilers.cpython-37.pyc
│   │   │   ├── extraction.cpython-37.pyc
│   │   │   ├── extractor.cpython-37.pyc
│   │   │   ├── filetype.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logconfig.cpython-37.pyc
│   │   │   ├── popenwrapper.cpython-37.pyc
│   │   │   ├── sanity.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── wfortran.cpython-37.pyc
│   │   │   ├── wllvm.cpython-37.pyc
│   │   │   └── wllvmpp.cpython-37.pyc
│   │   ├── sanity.py
│   │   ├── version.py
│   │   ├── wfortran.py
│   │   ├── wllvmpp.py
│   │   └── wllvm.py
│   └── wllvm-1.2.8.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment