We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a374c6e commit 469413bCopy full SHA for 469413b
llvm/include/llvm/BinaryFormat/DXContainer.h
@@ -186,7 +186,7 @@ enum class DescriptorRangeType : uint32_t {
186
#include "DXContainerConstants.def"
187
};
188
189
-ArrayRef<EnumEntry<DescriptorRangeType>> getDescriptorRangeTypes();
+LLVM_ABI ArrayRef<EnumEntry<DescriptorRangeType>> getDescriptorRangeTypes();
190
191
#define ROOT_PARAMETER(Val, Enum) \
192
case Val: \
0 commit comments