Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [scudo][standalone] Define hasHardwareCRC32 for other archs | Kostya Kortchinsky | 2019-12-10 | 1 | -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 .cpp | Nico Weber | 2019-08-01 | 1 | -0/+70 |
Like r367463, but for scudo/standalone. llvm-svn: 367568 |