Add extra posts about disabling red zone and SIMD and installing LLD

This commit is contained in:
Philipp Oppermann
2018-02-05 12:24:21 +01:00
parent 8a75c2828e
commit 7d55dda917
8 changed files with 274 additions and 1 deletions

View File

@@ -243,7 +243,9 @@ Let's try it:
Finished dev [unoptimized + debuginfo] target(s) in 0.29 secs
```
TODO linker error LLD
(If you're getting a linking error because LLD could not be found, see our “[Installing LLD]” guide.)
[Installing LLD]: ./second-edition/extra/installing-lld/index.md
It worked! We see that `xargo` cross-compiled the `core` library for our new custom target and then continued to compile our `blog_os` crate.