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
Previously it would not compile if the build is configured with
--disable-single-executable-application because we use directives
to exclude the definition of SEA-related code completely. This patch
changes them so that the SEA code are still compiled and internals
still check whether the executable is an SEA. If future modifications
to the C++ code attempt to load the SEA blob when SEA is disabled,
UNREACHABLE() would be raised. If user attempt to generate the
SEA blob with --experimental-sea-config with an executable that
disables SEA, they would get an error.
0 commit comments