summaryrefslogtreecommitdiff
path: root/llvm.morph
blob: af37da88c8f1faa025a65791b59fd23cc6054c70 (plain)
1
2
3
4
5
6
7
8
9
{
    "name": "llvm",
    "description": "Low Level Virtual Machine",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./configure --prefix=\"$PREFIX\" --libdir=\"$PREFIX\"/lib/llvm --sysconfdir=/etc --enable-shared --enable-libffi --enable-targets=all --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-optimized"
    ]
}