Skip to content

Commit 469413b

Browse files
committed
[llvm] auto-annotate remaining BinaryFormat library interfaces with IDS
1 parent a374c6e commit 469413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/BinaryFormat/DXContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ enum class DescriptorRangeType : uint32_t {
186186
#include "DXContainerConstants.def"
187187
};
188188

189-
ArrayRef<EnumEntry<DescriptorRangeType>> getDescriptorRangeTypes();
189+
LLVM_ABI ArrayRef<EnumEntry<DescriptorRangeType>> getDescriptorRangeTypes();
190190

191191
#define ROOT_PARAMETER(Val, Enum) \
192192
case Val: \

0 commit comments

Comments
 (0)