summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/BinaryStreamTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [unittest] Explicitly specify alignment when using BumpPtrAllocator.Jordan Rose2017-03-111-1/+2
| | | | | | | | | | | | | r297310 began inserting red zones around allocations under ASan, which perturbs the alignment of subsequent allocations. Deliberately specify this in two places where it matters. Fixes failures when these tests are run under ASan and UBSan together. Reviewed by Duncan Exon Smith. rdar://problem/30980047 llvm-svn: 297540
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-0/+710
After several smaller patches to get most of the core improvements finished up, this patch is a straight move and header fixup of the source. Differential Revision: https://reviews.llvm.org/D30266 llvm-svn: 296810
OpenPOWER on IntegriCloud