summaryrefslogtreecommitdiff
path: root/strata/llvm-common/llvm.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/llvm-common/llvm.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/llvm-common/llvm.morph')
-rw-r--r--strata/llvm-common/llvm.morph24
1 files changed, 0 insertions, 24 deletions
diff --git a/strata/llvm-common/llvm.morph b/strata/llvm-common/llvm.morph
deleted file mode 100644
index 08c32fa5..00000000
--- a/strata/llvm-common/llvm.morph
+++ /dev/null
@@ -1,24 +0,0 @@
-name: llvm
-kind: chunk
-description: Low Level Virtual Machine
-build-system: cmake
-configure-commands:
-- |
- mkdir build/
- cd build/
-
- CC=gcc CXX=g++ \
- cmake -DCMAKE_INSTALL_PREFIX="$PREFIX" \
- -DLLVM_ENABLE_FFI=ON \
- -DCMAKE_BUILD_TYPE=Release \
- -DLLVM_BUILD_LLVM_DYLIB=ON \
- -DLLVM_TARGETS_TO_BUILD="host;AMDGPU" \
- -Wno-dev ..
-build-commands:
-- |
- cd build/
- make
-install-commands:
-- |
- cd build/
- make DESTDIR="$DESTDIR" install