Skip to content

Commit 8daa97b

Browse files
committed
changing small string size
1 parent 3f83308 commit 8daa97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILPostOptimizationValidation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static void reportOverlappingBinding(Module &M, DXILResourceMap &DRM) {
120120

121121
static void reportInvalidHandleTyError(Module &M, ResourceClass RC,
122122
ResourceInfo::ResourceBinding Binding) {
123-
SmallString<128> Message;
123+
SmallString<160> Message;
124124
raw_svector_ostream OS(Message);
125125
StringRef RCName = getResourceClassName(RC);
126126
OS << RCName << " at register " << Binding.LowerBound << " and space "

0 commit comments

Comments
 (0)