View | Details | Raw Unified | Return to bug 258156
Collapse All | Expand All

(-)b/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerPlatform.h (-1 / +1 lines)
Lines 87-93 Link Here
87
  (LIBFUZZER_APPLE || LIBFUZZER_LINUX || LIBFUZZER_NETBSD ||                   \
87
  (LIBFUZZER_APPLE || LIBFUZZER_LINUX || LIBFUZZER_NETBSD ||                   \
88
   LIBFUZZER_FREEBSD || LIBFUZZER_EMSCRIPTEN)
88
   LIBFUZZER_FREEBSD || LIBFUZZER_EMSCRIPTEN)
89
89
90
#ifdef __x86_64
90
#if defined(__x86_64) && defined(__POPCNT__)
91
#if __has_attribute(target)
91
#if __has_attribute(target)
92
#define ATTRIBUTE_TARGET_POPCNT __attribute__((target("popcnt")))
92
#define ATTRIBUTE_TARGET_POPCNT __attribute__((target("popcnt")))
93
#else
93
#else

Return to bug 258156