summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/llvm/diagnostic.rs
AgeCommit message (Collapse)AuthorLines
2018-07-31rustc: Handle linker diagnostic from LLVMAlex Crichton-0/+4
Previously linker diagnostic were being hidden when two modules were linked together but failed to link. This commit fixes the situation by ensuring that we have a diagnostic handler installed and also adds support for handling linker diagnostics.
2018-07-30rustc_codegen_llvm: use safe references for RustString.Irina Popa-3/+3
2018-07-30rustc_codegen_llvm: use safe references for Twine, DiagnosticInfo, SMDiagnostic.Irina Popa-9/+9
2018-07-30rustc_codegen_llvm: use safe references for Value.Irina Popa-30/+35
2018-07-30rustc_codegen_llvm: move from empty enums to extern types.Irina Popa-4/+3
2018-07-30rustc_llvm: move to rustc_codegen_llvm::llvm.Irina Popa-0/+171