Commit 6d33c0d
committed
Update package cmo tests
Disable package cmo test with deserialization warning until rdar://143923551 is fixed.
Delete package cmo test with -experimental-skip-deserialization-checks-for-package-cmo
SIL verification is stricter and in some cases enabled in release build of the compiler as well
with -enable-ossa-modules. This test with -experimental-skip-deserialization-checks-for-package-cmo
previously passed even though there were SIL instructions like strong_retain/strong_release on a
trivial type. Disable this instance since SIL verification triggers copy_value etc on a trivial type.1 parent 98c7df2 commit 6d33c0d
File tree
1 file changed
+0
-21
lines changed- test/SILOptimizer
1 file changed
+0
-21
lines changedLines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 23 | | |
45 | 24 | | |
46 | 25 | | |
| |||
0 commit comments