Skip to content

Commit

Permalink
split the FFI part of rustc_llvm to rustc_llvm::ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 authored and Ariel Ben-Yehuda committed Aug 3, 2016
1 parent d091ef8 commit 2487417
Show file tree
Hide file tree
Showing 5 changed files with 2,087 additions and 2,067 deletions.
3 changes: 2 additions & 1 deletion src/librustc_llvm/diagnostic.rs
Expand Up @@ -16,7 +16,8 @@ pub use self::Diagnostic::*;
use libc::{c_char, c_uint};
use std::ptr;

use {DebugLocRef, DiagnosticInfoRef, TwineRef, ValueRef};
use {DiagnosticInfoRef, TwineRef, ValueRef};
use ffi::DebugLocRef;

#[derive(Copy, Clone)]
pub enum OptimizationDiagnosticKind {
Expand Down

0 comments on commit 2487417

Please sign in to comment.