Skip to content

Commit 8d590bc

Browse files
committed
[DEBUG] Add objdump invocation
1 parent 9b6a587 commit 8d590bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ mkdir -p target/out/clif
77
echo "[BUILD] mini_core"
88
$RUSTC example/mini_core.rs --crate-name mini_core --crate-type dylib
99

10+
objdump -section-headers target/out/libmini_core.dylib
11+
1012
echo "[BUILD] example"
1113
$RUSTC example/example.rs --crate-type lib
1214

0 commit comments

Comments
 (0)