diff options
author | bloodstalker <thabogre@gmail.com> | 2018-10-03 14:57:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-10-03 14:57:54 +0000 |
commit | 116bdcba0e6dbade27edcb36fb2f950ffe356fd8 (patch) | |
tree | a6dd4817884fbbbff0fa3d97f0ee008eadc8a5a6 /bruiser/autogen/wasm/ltg.sh | |
parent | added tests for wasm setters, faultreiber and tablegen now use the same xml f... (diff) | |
download | mutator-116bdcba0e6dbade27edcb36fb2f950ffe356fd8.tar.gz mutator-116bdcba0e6dbade27edcb36fb2f950ffe356fd8.zip |
wip, working on fixing the setters, need to test all of them to see if they are working.some of them are working now.
Diffstat (limited to '')
-rwxr-xr-x | bruiser/autogen/wasm/ltg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/autogen/wasm/ltg.sh b/bruiser/autogen/wasm/ltg.sh index 9adecef..3014c00 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 ./wasm.xml --tbldefs ./ltg/ --name wasm --anon +"../../tablegen/luatablegen.py" --out ./ltg/ --luaheader ../../../lua-5.3.4/src --headeraggr ./ltg/wasm_tables.h --lualibpath ../../lua-scripts/wasmextra.lua --docpath ./ltg/wasm.md --xml ./wasm.xml --tbldefs ./ltg/ --name wasm --anon --lualibname wasmextra clang-format ./ltg/*.c ./ltg/*.h -i for filename in ./ltg/*.c; do gcc -c $filename > /dev/null 2>&1 |