Skip to content

Commit

Permalink
update asm2asm
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Apr 9, 2024
1 parent fb4ebf1 commit 760e1dc
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2,871 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cloudwego"]
path = tools/asm2asm
url = https://github.com/cloudwego/asm2asm.git
2 changes: 1 addition & 1 deletion scripts/build-x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SRC_DIR="native"
TMP_DIR="output"
OUT_DIR="internal/native"
TOOL_DIR="tools/asm/x86"
TOOL_DIR="tools/asm2asm"
TMPL_DIR="internal/native"
CC=clang
if [ "$1" != "" ]; then
Expand Down
5 changes: 0 additions & 5 deletions tools/asm/x86/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions tools/asm/x86/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions tools/asm/x86/README.md

This file was deleted.

Loading

0 comments on commit 760e1dc

Please sign in to comment.