diff options
author | 2020-05-28 20:24:40 +0700 | |
---|---|---|
committer | 2020-05-28 20:24:40 +0700 | |
commit | 45615b7f4b7b50df29dc14bcb74fd13850bb7633 (patch) | |
tree | d2c8c1b93d68b3fb87c06060ff3f2435301dd3b9 /3rdparty/asmjit/tools/tablegen.sh | |
parent | 3ed842c01cb666533da31a0bc0907ef8bd4a0f63 (diff) |
asmjit: new 3rdparty library
Diffstat (limited to '3rdparty/asmjit/tools/tablegen.sh')
-rw-r--r-- | 3rdparty/asmjit/tools/tablegen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/asmjit/tools/tablegen.sh b/3rdparty/asmjit/tools/tablegen.sh new file mode 100644 index 00000000000..dbb37f1d791 --- /dev/null +++ b/3rdparty/asmjit/tools/tablegen.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +node ./tablegen-x86.js |