chore: move compiler/chore/_xtool to _xtool

This commit is contained in:
Li Jie
2025-01-08 16:45:01 +08:00
parent d8c5105c91
commit ec744f7385
7 changed files with 6 additions and 5 deletions

2
_xtool/astdump/build.sh Executable file
View File

@@ -0,0 +1,2 @@
export LLVM_DIR=$(llvm-config --prefix)
clang -L$LLVM_DIR/lib -lclang -lc++ -I$LLVM_DIR/include astdump.cpp