aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/IR/DataLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/DataLayout.h')
-rw-r--r--llvm/include/llvm/IR/DataLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/DataLayout.h b/llvm/include/llvm/IR/DataLayout.h
index 56fc749..5445820 100644
--- a/llvm/include/llvm/IR/DataLayout.h
+++ b/llvm/include/llvm/IR/DataLayout.h
@@ -590,7 +590,7 @@ public:
///
/// This is the amount that alloca reserves for this type. For example,
/// returns 12 or 16 for x86_fp80, depending on alignment.
- TypeSize getTypeAllocSize(Type *Ty) const;
+ LLVM_ABI TypeSize getTypeAllocSize(Type *Ty) const;
/// Returns the offset in bits between successive objects of the
/// specified type, including alignment padding; always a multiple of 8.