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
On macOS where code signatures are required for execution, `clang` automatically signs its output with a cryptographic signature that is then invalidated if `strip` gets its grubby little hands on the binary.
4
-
This test ensures that our wrapper around `strip` properly suppresses the warning message about this from `strip`, and also properly
4
+
This test ensures that our wrapper around `strip` properly suppresses the warning message about this from `strip`.
5
+
It also tests that the output of `strip` is deterministic.
0 commit comments