Files
archived-llvm/unittests/Support
Sam Clegg fa690d4e1c Change encodeU/SLEB128 to pad to certain number of bytes
Previously the 'Padding' argument was the number of padding
bytes to add. However most callers that use 'Padding' know
how many overall bytes they need to write.  With the previous
code this would mean encoding the LEB once to find out how
many bytes it would occupy and then using this to calulate
the 'Padding' value.

See: https://reviews.llvm.org/D36595

Differential Revision: https://reviews.llvm.org/D37494

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313393 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-15 20:34:47 +00:00
..
2016-04-18 09:17:29 +00:00
2016-12-27 11:07:53 +00:00
2017-08-28 06:47:47 +00:00
2017-09-13 21:48:00 +00:00
2016-09-27 15:45:57 +00:00