================
@@ -26,6 +27,12 @@
 #
 # convert_<destTypen><_sat><_roundingMode>(<sourceTypen>)
 
+import sys
+
+clspv = False
+if len(sys.argv) == 2 and sys.argv[1] == "--clspv":
+    clspv = True
+
----------------
rjodinchr wrote:

I wanted to avoid the dependency on argparse to be added. But Python version 
not having it by default are getting very old and unsupported so I guess it's 
definitely better to use it.

https://github.com/llvm/llvm-project/pull/66902
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to