aboutsummaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-11-29 12:35:42 +0000
committerbloodstalker <thabogre@gmail.com>2019-11-29 12:35:42 +0000
commite7b9c6e2552a861a949585c38e2a881f5cdcb0a7 (patch)
treec72fafe3218c53a8ec79c2ec849ddd54d15265aa /.lgtm.yml
parentfix (diff)
downloadmutator-e7b9c6e2552a861a949585c38e2a881f5cdcb0a7.tar.gz
mutator-e7b9c6e2552a861a949585c38e2a881f5cdcb0a7.zip
added libwasm32 as a lua module to bruiser now. you can get a quick wasm dump like that. some updates here and there to the READMEs. there is also a gitter group now. come say hi.and join please.
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 6e3506a..4444873 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -10,9 +10,8 @@ extraction:
cpp:
prepare: # Customizable step used by all languages.
packages:
- - g++-8
- libcapstone-dev
- - libllvm6.0
+ - llvm-8-dev
after_prepare: # Customizable step used by all languages.
- mkdir -p $LGTM_WORKSPACE/latest-gcc-symlinks
- ln -s /usr/bin/g++-6 $LGTM_WORKSPACE/latest-gcc-symlinks/g++