summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts/macho-dumpx.bat
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Scripts/macho-dumpx.bat')
-rw-r--r--llvm/test/Scripts/macho-dumpx.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/test/Scripts/macho-dumpx.bat b/llvm/test/Scripts/macho-dumpx.bat
new file mode 100644
index 00000000000..81484f67d70
--- /dev/null
+++ b/llvm/test/Scripts/macho-dumpx.bat
@@ -0,0 +1,7 @@
+@echo off
+
+@rem We need to set -u to treat stdin as binary. Python 3 has support for doing
+@rem this in code, but I haven't found a way to do this in 2.6 yet.
+
+%PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
+
OpenPOWER on IntegriCloud