librustc_codegen_llvm => 2018
This commit is contained in:
parent
8af675a075
commit
1b7ca961d9
36 changed files with 190 additions and 199 deletions
|
@ -6,12 +6,12 @@ use super::namespace::item_namespace;
|
|||
use rustc::hir::def_id::DefId;
|
||||
use rustc::ty::DefIdTree;
|
||||
|
||||
use llvm;
|
||||
use llvm::debuginfo::{DIScope, DIBuilder, DIDescriptor, DIArray};
|
||||
use common::{CodegenCx};
|
||||
use crate::llvm;
|
||||
use crate::llvm::debuginfo::{DIScope, DIBuilder, DIDescriptor, DIArray};
|
||||
use crate::common::{CodegenCx};
|
||||
use rustc_codegen_ssa::traits::*;
|
||||
|
||||
use syntax_pos::{self, Span};
|
||||
use syntax_pos::Span;
|
||||
|
||||
pub fn is_node_local_to_unit(cx: &CodegenCx, def_id: DefId) -> bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue