Rafael Espindola 34823e7fd2 Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
If a target can only emit 8-bits data, we would loop in EmitValueImpl
since it will try to split a 32-bits data in 1 chunk of 32-bits.

No test since all current targets can emit 32bits at a time.

Patch by Alexandru Guduleasa!

llvm-svn: 259399
2016-02-01 20:36:49 +00:00
..
2014-09-02 22:32:20 +00:00
2016-01-19 16:57:08 +00:00
2015-10-05 12:07:05 +00:00
2015-11-18 06:02:15 +00:00
2016-01-19 16:57:08 +00:00
2014-07-03 02:01:39 +00:00