Skip to content
Commit e5864c69 authored by Alexey Samsonov's avatar Alexey Samsonov
Browse files

Don't allow MCStreamer::EmitIntValue to output 0-byte integers.

It makes no sense and can hide bugs. In particular, it lead
to left shift by 64 bits, which is an undefined behavior,
properly reported by UBSan.

llvm-svn: 216134
parent 50de57df
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment