Index: tools/precompilation/test_linux.sh |
diff --git a/tools/precompilation/test_linux.sh b/tools/precompilation/test_linux.sh |
index 14f7fa47e9f2e0185df2c331d8f88d232071d5cc..e8839e105308f079c1eafc1cb14ad4da9cbfe9c2 100755 |
--- a/tools/precompilation/test_linux.sh |
+++ b/tools/precompilation/test_linux.sh |
@@ -8,10 +8,6 @@ |
./out/DebugX64/dart_no_snapshot --gen-precompiled-snapshot ~/hello.dart |
-./out/DebugX64/dart ./tools/precompilation/create_instructions_snapshot_assembly.dart precompiled.instructions precompiled.S |
- |
-gcc -m64 -c -o precompiled.o precompiled.S |
- |
-gcc -m64 -shared -Wl,-soname,libprecompiled.so -o libprecompiled.so precompiled.o |
+gcc -m64 -shared -Wl,-soname,libprecompiled.so -o libprecompiled.so precompiled.S |
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$PWD" gdb -ex run --args ./out/DebugX64/dart --run-precompiled-snapshot not_used.dart |