Skip to content

Commit 800821d

Browse files
committed
Build ASan-instrumented and multithreaded libraries
1 parent 2817d17 commit 800821d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/system_libs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -528,11 +528,6 @@ def vary_on(cls):
528528
vary_on += ['is_asan']
529529
return vary_on
530530

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-
536531
@classmethod
537532
def get_default_variation(cls, **kwargs):
538533
return super(AsanInstrumentedLibrary, cls).get_default_variation(is_asan=shared.Settings.USE_ASAN, **kwargs)

0 commit comments

Comments
 (0)