From 1bea823069d5a56e560500e25f2f2d0a0cd23ece Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Fri, 29 Mar 2019 19:25:14 +0100 Subject: [PATCH] [DEBUG] Add objdump invocation --- test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test.sh b/test.sh index 1dfbf9247546..602cdc50b2eb 100755 --- a/test.sh +++ b/test.sh @@ -7,6 +7,8 @@ mkdir -p target/out/clif echo "[BUILD] mini_core" $RUSTC example/mini_core.rs --crate-name mini_core --crate-type dylib +objdump -section-headers target/out/libmini_core.dylib + echo "[BUILD] example" $RUSTC example/example.rs --crate-type lib