Skip to content

Commit a424ad2

Browse files
author
marcrasi
authored
Merge pull request #30756 from apple/marcrasi-fix-sil-verify-all-overlays
[AutoDiff] disable SIL/verify_all_overlays.py for "_Differentiation"
2 parents ea27bf6 + dccb75c commit a424ad2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

validation-test/SIL/verify_all_overlays.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# Skip the standard library because it's tested elsewhere.
2626
if module_name == "Swift":
2727
continue
28+
# TODO(TF-1229): Fix the "_Differentiation" module.
29+
if module_name == "_Differentiation":
30+
continue
2831
print("# " + module_name)
2932

3033
module_path = os.path.join(sdk_overlay_dir, module_file)

0 commit comments

Comments
 (0)