Commit a0f8c87
committed
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>1 parent 1eef258 commit a0f8c87
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments