Use the SSE2 to determine whether SSE2 is enabled in the ASAN tests
rather than relying on either of the i686 and x86_64. The former
is only set with explicit -march=i686, and therefore misses most of
the x86 CPUs that support SSE2. SSE2 is in turn defined if
the current settings (-march, -msse2) indicate that SSE2 is supported
which should be more reliable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM