Improve scripts.

This commit is contained in:
Christian Deacon
2025-02-26 17:01:51 -05:00
parent 37c361e03c
commit ad40c4183f
8 changed files with 31 additions and 38 deletions

View File

@@ -4,4 +4,4 @@ if [ -n "$ROOT" ]; then
cd $ROOT
fi
llvm-objdump -S --no-show-raw-insn build/xdp/xdp_prog.o > dump.asm
llvm-objdump -S --no-show-raw-insn build/xdp/xdp_prog.o > objdump.asm