rust/src/libsyntax
bors 077f4eeb84 Auto merge of #30567 - steffengy:master, r=alexcrichton
Add support to use functions exported using vectorcall.
This essentially only allows to pass a new LLVM calling convention
from rust to LLVM.

```rust
extern "vectorcall" fn abc(param: c_void);
```

references
----
http://llvm.org/docs/doxygen/html/CallingConv_8h_source.html
https://msdn.microsoft.com/en-us/library/dn375768.aspx
2016-01-16 23:30:30 +00:00
..
2015-12-30 14:27:59 +13:00
2015-12-30 14:27:59 +13:00
2016-01-02 01:26:22 -06:00
2015-12-30 14:27:59 +13:00
2015-12-30 14:27:59 +13:00
2015-12-19 04:20:11 +03:00
2015-12-30 14:27:59 +13:00