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 c1dd6f9 commit 2d6e570Copy full SHA for 2d6e570
test/lit.cfg
@@ -355,6 +355,10 @@ run_ptrauth = 'ptrauth' if run_cpu == 'arm64e' else 'noptrauth'
355
run_endian = 'little' if run_cpu != 's390x' else 'big'
356
run_objc_interop = 'nonobjc' # overwritten later
357
358
+if run_cpu == 'arm64e':
359
+ lit_config.warning('Skipping concurrency tests on arm64e for now. Remove with rdar://problem/72357371 .')
360
+ config.available_features.discard('concurrency')
361
+
362
sdk_overlay_link_path = ""
363
sdk_overlay_linker_opt = ""
364
sdk_overlay_dir_opt = ""
0 commit comments