mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 894813 - IonMonkey: Enable --ion-check-range-analysis in jit_test.py --tbpl. r=jandem
This commit is contained in:
parent
fbd60c18d1
commit
e468d2fc6d
@ -144,6 +144,7 @@ def main(argv):
|
||||
flags = [
|
||||
[], # no flags, normal baseline and ion
|
||||
['--ion-eager'], # implies --baseline-eager
|
||||
['--ion-eager', '--ion-check-range-analysis'],
|
||||
['--baseline-eager'],
|
||||
['--baseline-eager', '--no-ti', '--no-fpu'],
|
||||
['--no-baseline', '--no-ion'],
|
||||
|
Loading…
Reference in New Issue
Block a user