diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2015-08-28 16:34:07 -0700 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2015-08-29 15:36:16 -0700 |
| commit | ee2de279965a27e8189a9129a4b3454dd82568b9 (patch) | |
| tree | d3f43aeb293ce1a7f683566dafce3bfea64f7563 /src/rustllvm/RustWrapper.cpp | |
| parent | b03ca7f805ab4e2bc6a5da6182fec6c0934042c7 (diff) | |
| download | rust-ee2de279965a27e8189a9129a4b3454dd82568b9.tar.gz rust-ee2de279965a27e8189a9129a4b3454dd82568b9.zip | |
Add support for aggregates in platform intrinsics.
This adds support for flattened intrinsics, which are called in Rust with tuples but in LLVM without them (e.g. `foo((a, b))` becomes `foo(a, b)`). Unflattened ones could be supported, but are not yet.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
