diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 09:22:18 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-02 09:22:18 -0800 |
| commit | b9a26bf4b1b98beeaaf4dae16c4b590aec87b54b (patch) | |
| tree | b01e699db5029ad17f0b18dd42095bc33bc90369 /src/doc/reference.md | |
| parent | 656d5bbb92a7f811c0ab172b2bda484b1c890924 (diff) | |
| parent | f1b64017d044018c649492b75708429749408ed0 (diff) | |
| download | rust-b9a26bf4b1b98beeaaf4dae16c4b590aec87b54b.tar.gz rust-b9a26bf4b1b98beeaaf4dae16c4b590aec87b54b.zip | |
rollup merge of #20334: nagisa/ffi-llvm
Fixes #20313 r? @huonw
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 38ca90aeecc..ec44dc20386 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2561,6 +2561,9 @@ The currently implemented features of the reference compiler are: if the system linker is not used then specifying custom flags doesn't have much meaning. +* `link_llvm_intrinsics` – Allows linking to LLVM intrinsics via + `#[link_name="llvm.*"]`. + * `linkage` - Allows use of the `linkage` attribute, which is not portable. * `log_syntax` - Allows use of the `log_syntax` macro attribute, which is a |
