summaryrefslogtreecommitdiff
path: root/strata/llvm-common/llvm.morph
blob: 0d4f07c4a10a11a4dee91b2908909d6a840813a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: llvm
description: Low Level Virtual Machine
kind: chunk
build-system: cmake
configure-commands:
- mkdir o
- cd o && cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_BUILD_TYPE=Release  ..
build-commands:
- cd o && make
install-commands:
- cd o && make DESTDIR="$DESTDIR" install