aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/autogen/wasm/ltg.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-20 14:14:07 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-20 14:14:07 +0000
commitf44d7312a6beb493dc3704965ed403b06388f52d (patch)
tree1b2ea4a182f4cfbb9736c81ec984007147f46927 /bruiser/autogen/wasm/ltg.sh
parentstill WIP (diff)
downloadmutator-f44d7312a6beb493dc3704965ed403b06388f52d.tar.gz
mutator-f44d7312a6beb493dc3704965ed403b06388f52d.zip
WIP, update faultreiber and tablegen again. we're getting the tables just fine. need more testing to do.
Diffstat (limited to '')
-rwxr-xr-xbruiser/autogen/wasm/ltg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/autogen/wasm/ltg.sh b/bruiser/autogen/wasm/ltg.sh
index 69e0a73..48643b9 100755
--- a/bruiser/autogen/wasm/ltg.sh
+++ b/bruiser/autogen/wasm/ltg.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd $(dirname $0)
-"../../tablegen/luatablegen.py" --out ./ltg/ --luaheader ../../../lua-5.3.4/src --headeraggr ./ltg/wasm_tables.h --lualibpath ./ltg/wasm.lua --docpath ./ltg/wasm.md --xml ./ltg/wasm.xml --tbldefs ./ltg/ --name wasm --anon
+"../../tablegen/luatablegen.py" --out ./ltg/ --luaheader ../../../lua-5.3.4/src --headeraggr ./ltg/wasm_tables.h --lualibpath ./ltg/wasm.lua --docpath ./ltg/wasm.md --xml ./ltg/luwasm.xml --tbldefs ./ltg/ --name wasm --anon
clang-format ./ltg/*.c ./ltg/*.h -i
for filename in ./ltg/*.c; do
gcc -c $filename > /dev/null 2>&1