mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
doc: Add a link to LLVM's new inline assembly docs
Hot off the press, we've now got some nice documentation to link to in LLVM officially!
This commit is contained in:
parent
9ff2d19c45
commit
07132b499f
@ -166,3 +166,12 @@ unsafe {
|
||||
println!("eax is currently {}", result);
|
||||
# }
|
||||
```
|
||||
|
||||
## More Information
|
||||
|
||||
The current implementation of the `asm!` macro is a direct binding to [LLVM's
|
||||
inline assembler expressions][llvm-docs], so be sure to check out [their
|
||||
documentation as well][llvm-docs] for more information about clobbers,
|
||||
constraints, etc.
|
||||
|
||||
[llvm-docs]: http://llvm.org/docs/LangRef.html#inline-assembler-expressions
|
||||
|
Loading…
Reference in New Issue
Block a user