Skip to content

Commit e9ec9b9

Browse files
committed
Address code review
1 parent af9c391 commit e9ec9b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/libregrtest/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ def get_build_info():
344344
# PGO (--enable-optimizations)
345345
optimizations.append('PGO')
346346

347+
if support.check_bolt_optimized():
348+
# BOLT (--enable-bolt)
349+
optimizations.append('BOLT')
350+
347351
if optimizations:
348352
build.append('+'.join(optimizations))
349353

0 commit comments

Comments
 (0)