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 2817d17 commit 800821dCopy full SHA for 800821d
tools/system_libs.py
@@ -528,11 +528,6 @@ def vary_on(cls):
528
vary_on += ['is_asan']
529
return vary_on
530
531
- @classmethod
532
- def variations(cls):
533
- return [variation for variation in super(AsanInstrumentedLibrary, cls).variations()
534
- if not shared.Settings.WASM_BACKEND or not variation['is_asan'] or not variation.get('is_mt')]
535
-
536
@classmethod
537
def get_default_variation(cls, **kwargs):
538
return super(AsanInstrumentedLibrary, cls).get_default_variation(is_asan=shared.Settings.USE_ASAN, **kwargs)
0 commit comments