summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/va_arg.rs
AgeCommit message (Collapse)AuthorLines
2018-11-26libcore: Add va_list lang item and intrinsicsDan Robertson-0/+142
- Add the llvm intrinsics used to manipulate a va_list. - Add the va_list lang item in order to allow implementing VaList in libcore.