mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
tests: Make macho-dump.bat actually work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b2cb695b3
commit
4fc9599b0e
@ -1,3 +1,7 @@
|
||||
@echo off
|
||||
macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
@rem The -t here is just to avoid infinite looping if %PYTHON_EXECUTABLE% isn't set
|
||||
@rem for some reason.
|
||||
|
||||
%PYTHON_EXECUTABLE% -t %LLVM_SRC_ROOT%\test\Scripts\macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user