tablegen: Add a simple heuristic to get better names for pressure sets
[oota-llvm.git] / utils / makellvm
index 9c479efc96ca14cf3a3131d1bece1a2505e7d99d..ae77712941a27b4274c9bc0018ecd97c544d56dc 100755 (executable)
@@ -131,6 +131,7 @@ set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
 
 if ($doit == 1) then
     csh -f -c "$CMD"
+    set pstatus = $?
 else
     echo '(NOT EXECUTING) COMMAND:'
     echo "  $CMD"