You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -529,6 +532,7 @@ For additional information, see the [Bazel toolchains documentation](https://doc
529
532
cfg="exec",
530
533
providers= [CcInfo],
531
534
allow_files=True,
535
+
mandatory=False,
532
536
),
533
537
"libstdcxx": attr.label(
534
538
doc="A cc_library that satisfies libclang's libstdc++ dependency. This is used to make the execution of clang hermetic. If None, system libraries will be used instead.",
0 commit comments