Skip to content

Commit c3beaf9

Browse files
saisoma123vgvassilev
authored andcommitted
This fixes the undefined llvm_flag error when the --last-stable option is called. I added a download_llvm_binary function call, which sets the llvm_flags.
1 parent 8cb858a commit c3beaf9

File tree

1 file changed

+1
-0
lines changed
  • interpreter/cling/tools/packaging

1 file changed

+1
-0
lines changed

interpreter/cling/tools/packaging/cpt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,6 +2252,7 @@ def custom_input(prompt, always_yes=False):
22522252
args["with_binary_llvm"] = True
22532253

22542254
if args["with_binary_llvm"]:
2255+
download_llvm_binary()
22552256
compile = compile_for_binary
22562257
install_prefix = install_prefix_for_binary
22572258
fetch_clang(llvm_revision)

0 commit comments

Comments
 (0)