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 bcb93a3 commit 5b98163Copy full SHA for 5b98163
compiler-rt/test/tsan/libdispatch/lit.local.cfg
@@ -12,3 +12,6 @@ if 'libdispatch' in root.available_features:
12
config.substitutions[index] = (template, replacement + additional_cflags)
13
else:
14
config.unsupported = True
15
+
16
+if config.host_os == 'Darwin':
17
+ config.environment['TSAN_OPTIONS'] += ':ignore_noninstrumented_modules=1'
0 commit comments