mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-06 12:04:52 +00:00
4fc9599b0e
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105891 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
209 B
Batchfile
8 lines
209 B
Batchfile
@echo off
|
|
|
|
@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
|
|
|