Consistently import llvm::Type and llvm::Value
This commit is contained in:
@@ -13,8 +13,9 @@ use smallvec::SmallVec;
|
||||
use crate::context::SimpleCx;
|
||||
use crate::errors::SanitizerMemtagRequiresMte;
|
||||
use crate::llvm::AttributePlace::Function;
|
||||
use crate::llvm::{self, AllocKindFlags, Attribute, AttributeKind, AttributePlace, MemoryEffects};
|
||||
use crate::value::Value;
|
||||
use crate::llvm::{
|
||||
self, AllocKindFlags, Attribute, AttributeKind, AttributePlace, MemoryEffects, Value,
|
||||
};
|
||||
use crate::{Session, attributes, llvm_util};
|
||||
|
||||
pub(crate) fn apply_to_llfn(llfn: &Value, idx: AttributePlace, attrs: &[&Attribute]) {
|
||||
|
||||
Reference in New Issue
Block a user