<div dir="ltr"><div>Branches: master, 13.05</div><div><br></div><div>Make the lmc script work in .ll_debug grades.</div><div><br></div><div>tools/<a href="http://lmc.in">lmc.in</a>:</div><div><span class="" style="white-space:pre">   </span>Set the appropriate GC library name for ll_debug<span class="" style="white-space:pre">  </span></div>
<div><span class="" style="white-space:pre">    </span>grades.</div><div><br></div><div>Julien.</div><div><br></div><div>diff --git a/tools/<a href="http://lmc.in">lmc.in</a> b/tools/<a href="http://lmc.in">lmc.in</a></div><div>
index 3862a1f..27bbadd 100755</div><div>--- a/tools/<a href="http://lmc.in">lmc.in</a></div><div>+++ b/tools/<a href="http://lmc.in">lmc.in</a></div><div>@@ -89,6 +89,9 @@ then</div><div> elif test -s $WORKSPACE/boehm_gc/libgc_prof.$O</div>
<div> then</div><div> <span class="" style="white-space:pre">       </span>gclib="$WORKSPACE/boehm_gc/libgc_prof.$O"</div><div>+elif test -s $WORKSPACE/boehm_gc/libgc_ll_debug.$O</div><div>+then</div><div>+<span class="" style="white-space:pre"> </span>gclib="$WORKSPACE/boehm_gc/libgc_ll_debug.$O"</div>
<div> else</div><div> <span class="" style="white-space:pre">       </span>echo "$WORKSPACE/boehm_gc does not have a gc library"</div><div> fi</div><div><br></div></div>