Skip to content
Commit ec880422 authored by Marshall Clow's avatar Marshall Clow
Browse files

Preemptively disable unsigned integer sanitization in 32 and 64 bit versions...

Preemptively disable unsigned integer sanitization in 32 and 64 bit versions of __murmur2_or_cityhash. This lets people use the unsigned integer overflow checker in UBSAN w/o getting hits from libc++'s hash code (where the unsigned integer overflow is legal and deliberate)> Patch by @danielaustin. Reviewed as: http://reviews.llvm.org/D15973

llvm-svn: 257368
parent 22463593
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment