Skip to content

Commit 20d38f9

Browse files
committed
[DNM] Silence some C++ interop test failures
1 parent c95da51 commit 20d38f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/lit.local.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def get_target_os():
66
(run_cpu, run_vendor, run_os, run_version) = re.match('([^-]+)-([^-]+)-([^0-9]+)(.*)', config.variant_triple).groups()
77
return run_os
88

9-
clang_compile_opt = '-I' + config.swiftlib_dir + ' '
9+
clang_compile_opt = '-I' + config.swiftlib_dir + ' -Wno-unreachable-code-return -Wno-unreachable-code '
1010
clang_opt = clang_compile_opt
1111

1212
is_cf_options_interop_updated = True

0 commit comments

Comments
 (0)