summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/standalone/checksum.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [scudo][standalone] Define hasHardwareCRC32 for other archsKostya Kortchinsky2019-12-101-1/+3
| | | | | | | | | | | | | | | | | Summary: The function was only defined for x86 and arm families, which ends up being an issue for PPC in g3. Define the function, simply returning `false` for "other" architectures. Reviewers: hctim, pcc, cferris, eugenis, vitalybuka Subscribers: kristof.beyls, #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D71223
* compiler-rt: Rename .cc file in lib/scudo/standalone to .cppNico Weber2019-08-011-0/+70
Like r367463, but for scudo/standalone. llvm-svn: 367568
OpenPOWER on IntegriCloud