llvm-mirror/test/Scripts
Jeffrey Yasskin f8dd45b2f1 Work around a valgrind oddity where it doesn't pass the full path of a
script to the #! command by using bash instead of /bin/sh.  Bash
searches $PATH for its script argument, but dash, which /bin/sh
resolves to on some systems, does not.
https://bugs.kde.org/show_bug.cgi?id=231257 tracks the valgrind
problem.

llvm-svn: 98892
2010-03-18 22:56:02 +00:00
..
ignore Work around a valgrind oddity where it doesn't pass the full path of a 2010-03-18 22:56:02 +00:00
macho-dump MC/X86_64: Symbol support. 2010-03-13 22:49:35 +00:00
README.txt

This directory contains scripts which are used by the TestRunner style
tests, which allows them to be simpler and more direct.