K 10 svn:author V 3 dim K 8 svn:date V 27 2022-01-02T12:03:34.176226Z K 7 svn:log V 540 Avoid emitting popcnt in libclang_rt.fuzzer*.a if unsupported Since popcnt is only supported by CPUTYPE=nehalem and later, ensure that this instruction is only emitted when appropriate. Otherwise, programs using the library can abort with SIGILL. See also: https://github.com/llvm/llvm-project/issues/52893 PR: 258156 Reported by: Eric Rucker MFC after: 3 days (cherry picked from commit 133180557479cd9676758e6f3f93a9d3e1c6b532) Git Hash: 50b0f99010bc485e7f60e948ff3bc590fbbeea43 Git Author: dim@FreeBSD.org END