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
main, asm: Don't compile asm for tests on the host
The asm files use symbols in layout.ld, which won't exsist when tests
are run on the host (as it uses the host's linker script). This isn't an
issue for Rust code, as we have LTO enabled.
Signed-off-by: Joe Richey <joerichey@google.com>
0 commit comments