about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorStepan Koltsov <stepan.koltsov@gmail.com>2017-06-29 17:52:43 +0300
committerStepan Koltsov <stepan.koltsov@gmail.com>2017-07-01 03:16:43 +0300
commitb62bdaafe038b8933fac5df5fa0fa5ddbaf176b7 (patch)
tree49c307dc988def19093d3af845ca037c9458c048 /src/test/run-pass/thinlto
parent37849a002ed91ac2b80aeb2172364b4e19250e05 (diff)
downloadrust-b62bdaafe038b8933fac5df5fa0fa5ddbaf176b7.tar.gz
rust-b62bdaafe038b8933fac5df5fa0fa5ddbaf176b7.zip
When writing LLVM IR output demangled fn name in comments
`--emit=llvm-ir` looks like this now:

```
; <alloc::vec::Vec<T> as core::ops::index::IndexMut<core::ops::range::RangeFull>>::index_mut
; Function Attrs: inlinehint uwtable
define internal { i8*, i64 } @"_ZN106_$LT$alloc..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..index..IndexMut$LT$core..ops..range..RangeFull$GT$$GT$9index_mut17h7f7b576609f30262E"(%"alloc::vec::Vec<u8>"* dereferenceable(24)) unnamed_addr #0 {
start:
  ...
```

cc https://github.com/integer32llc/rust-playground/issues/15
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions