build: separate compiler and libs
This commit is contained in:
2
compiler/chore/_xtool/astdump/build.sh
Executable file
2
compiler/chore/_xtool/astdump/build.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
export LLVM_DIR=$(llvm-config --prefix)
|
||||
clang -L$LLVM_DIR/lib -lclang -lc++ -I$LLVM_DIR/include astdump.cpp
|
||||
Reference in New Issue
Block a user