We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a610414 commit 238c9d7Copy full SHA for 238c9d7
Tools/jit/build.py
@@ -49,7 +49,8 @@
49
target.force = args.force
50
target.verbose = args.verbose
51
target.cflags = args.cflags
52
- target.llvm_version = args.llvm_version
+ if args.llvm_version:
53
+ target.llvm_version = args.llvm_version
54
target.pyconfig_dir = args.pyconfig_dir
55
target.build(
56
comment=comment,
0 commit comments