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.
SIL/verify_all_overlays.py
std
1 parent ed17a85 commit d738a64Copy full SHA for d738a64
validation-test/SIL/verify_all_overlays.py
@@ -23,6 +23,10 @@
23
# Skip the standard library because it's tested elsewhere.
24
if module_name == "Swift":
25
continue
26
+ # Skip the C++ standard library overlay because it's not yet shipped
27
+ # in any released SDK.
28
+ if module_name == "std":
29
+ continue
30
# TODO(TF-1229): Fix the "_Differentiation" module.
31
if module_name == "_Differentiation":
32
0 commit comments