]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
memcheck/tests/amd64/shr_edx builds fine with clang
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 19 Apr 2022 20:27:59 +0000 (22:27 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 19 Apr 2022 20:27:59 +0000 (22:27 +0200)
Make it build unconditionally

memcheck/tests/amd64/Makefile.am

index d5c94f68a041c263bbdacd82c7d7c4b11b7f40be..8b8785613cdfc27284fef9f6dc79c79434826019 100644 (file)
@@ -46,7 +46,8 @@ check_PROGRAMS = \
        insn-pmovmskb \
        sh-mem-vec128 \
        sse_memory \
-       xor-undef-amd64
+       xor-undef-amd64 \
+       shr_edx
 if BUILD_AVX_TESTS
  check_PROGRAMS += sh-mem-vec256 xsave-avx
 endif
@@ -56,8 +57,7 @@ endif
 # clang 3.5.0 barfs about -mfancy-math-387
 if !COMPILER_IS_CLANG
  check_PROGRAMS += \
-       more_x87_fp \
-       shr_edx
+       more_x87_fp
 endif
 
 AM_CFLAGS    += @FLAG_M64@