Skip to content

Commit 1183b0d

Browse files
authored
review: re-add missing LLVM_ABI
1 parent a8f04ab commit 1183b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Frontend/HLSL/RootSignatureValidations.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ResourceRange {
5151
getOverlapping(const RangeInfo &Info) const;
5252

5353
// Return the mapped RangeInfo at X or nullptr if no mapping exists
54-
const RangeInfo *lookup(uint32_t X) const;
54+
LLVM_ABI const RangeInfo *lookup(uint32_t X) const;
5555

5656
// Removes all entries of the ResourceRange
5757
LLVM_ABI void clear();

0 commit comments

Comments
 (0)