tests: Make macho-dump.bat actually work.
[oota-llvm.git] / test / Scripts / macho-dump.bat
1 @echo off
2
3 @rem The -t here is just to avoid infinite looping if %PYTHON_EXECUTABLE% isn't set
4 @rem for some reason.
5
6 %PYTHON_EXECUTABLE% -t %LLVM_SRC_ROOT%\test\Scripts\macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
7