Skip to content

Commit 53db5b3

Browse files
!fixup add llvm_abi annotation
1 parent b7be265 commit 53db5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/IR/Argument.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Argument final : public Value {
7979
LLVM_ABI bool hasByValAttr() const;
8080

8181
/// Return true if this argument has the dead_on_return attribute.
82-
bool hasDeadOnReturnAttr() const;
82+
LLVM_ABI bool hasDeadOnReturnAttr() const;
8383

8484
/// Return true if this argument has the byref attribute.
8585
LLVM_ABI bool hasByRefAttr() const;

0 commit comments

Comments
 (0)