mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
fixup! gh-101525: Check whether to skip functions with computed gotos during BOLT runs
Regenerate configure
This commit is contained in:
parent
e171becd07
commit
336f8ed2ee
1 changed files with 1 additions and 1 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -9289,7 +9289,7 @@ printf %s "checking for packed relocations in LDFLAGS... " >&6; }
|
|||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $has_packed_relocs" >&5
|
||||
printf "%s\n" "$has_packed_relocs" >&6; }
|
||||
|
||||
# Check BOLT version to determine if we need to skip functions with computed gotos.
|
||||
# Check BOLT version if it's < 21.1.0, to determine if we need to skip functions with computed gotos.
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking llvm-bolt version" >&5
|
||||
printf %s "checking llvm-bolt version... " >&6; }
|
||||
llvm_bolt_version=$("${LLVM_BOLT}" --version 2>/dev/null | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | head -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue