Commit Graph

2 Commits

Author SHA1 Message Date
Rui Ueyama
3d302487a2 Fix build error on LP64 platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283922 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-11 19:28:56 +00:00
Zachary Turner
86a0c0db41 [raw_ostream] Raise some helper functions out of raw_ostream.
Low level functionality to format numbers were embedded in the
implementation of raw_ostream.  I have need to use these through
an interface other than the overloaded stream operators, so they
need to be raised to a level that they can be used from either
raw_ostream operators or other code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283921 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-11 19:24:45 +00:00