[PATCH] D26358: [scudo] 32-bit and hardware agnostic support

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 09:28:48 PST 2016


cryptoad added a comment.

octoploid, I can't seem to reproduce this when building with gcc and the build bot passes:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/320/steps/check-scudo%20in%20gcc%20build/logs/stdio

I'd have to go on a limb and suggest the following: would you mind trying to add:

  #  define _MM_MALLOC_H_INCLUDED
  #  define __MM_MALLOC_H

before:

  #  include <smmintrin.h>

and tell me if that changes things?


https://reviews.llvm.org/D26358





More information about the llvm-commits mailing list