Skip to content

Commit

Permalink
Pass in llvmgxx
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18283 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Nov 27, 2004
1 parent 748e58b commit cca50c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestRunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
ulimit -t 40

SCRIPT=$OUTPUT.script
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g;s|%llvmgcc|llvmgcc|g" > $SCRIPT
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g;s|%llvmgcc|llvmgcc|g;s|%llvmgxx|llvmg++|g" > $SCRIPT


/bin/sh $SCRIPT > $OUTPUT 2>&1 || (
Expand Down

0 comments on commit cca50c6

Please sign in to comment.