Mercurial > hg > CbC > CbC_llvm
view test/TestRunner.sh @ 69:a61c4aaeb4ed
fix tail call bug. enable to set tail call flag to indirect call in TCEoptPass but some codesegments are called by call instruction yet.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 13 Feb 2014 23:05:42 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
#!/bin/sh # Deprecated, use 'llvm-lit'. echo "warning: '$0' is deprecated, use 'llvm-lit' instead." exec llvm-lit "$@"