[ORC] Fix serialization / deserialization of default-constructed StringRef.
Avoids accessing the data field on zero-length strings. This is the StringRef counterpart to the ArrayRef<char> fix in 67220c2a. rdar://97285294
Loading
Please sign in to comment