summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py')
-rwxr-xr-xcompiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py b/compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
new file mode 100755
index 00000000000..4b618fe9de8
--- /dev/null
+++ b/compiler-rt/test/sanitizer_common/ios_commands/iossim_prepare.py
@@ -0,0 +1,5 @@
+#!/usr/bin/python
+
+import os, sys, subprocess, json
+
+print(json.dumps({"env": {}}))
OpenPOWER on IntegriCloud