summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/prepare_bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/scripts/prepare_bindings.py')
-rwxr-xr-xlldb/scripts/prepare_bindings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/scripts/prepare_bindings.py b/lldb/scripts/prepare_bindings.py
index 3165f232e5e..6d70f5bf421 100755
--- a/lldb/scripts/prepare_bindings.py
+++ b/lldb/scripts/prepare_bindings.py
@@ -152,6 +152,11 @@ def process_args(args):
"Specifies the build dir where the language binding "
"should be placed"))
+ parser.add_argument(
+ "--target-platform",
+ help=(
+ "Specifies the platform we are building for."
+ "Should be the same as what platform.system() returns."))
# Process args.
options = parser.parse_args(args)
OpenPOWER on IntegriCloud