Follow up to r15905, properly guard memcheck/tests/amd64/shr_edx on clang. n-i-bz.

“error in backend: 32-bit absolute addressing is not supported in 64-bit mode”

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15946
This commit is contained in:
Rhys Kidd 2016-09-11 04:33:20 +00:00
parent 5de4bad5a7
commit 9c0d0908f9
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,6 @@ check_PROGRAMS = \
insn-bsfl \
insn-pmovmskb \
sh-mem-vec128 \
shr_edx \
sse_memory \
xor-undef-amd64
if BUILD_AVX_TESTS
@ -55,7 +54,9 @@ if HAVE_ASM_CONSTRAINT_P
endif
# clang 3.5.0 barfs about -mfancy-math-387
if !COMPILER_IS_CLANG
check_PROGRAMS += more_x87_fp
check_PROGRAMS += \
more_x87_fp \
shr_edx
endif
AM_CFLAGS += @FLAG_M64@

View File

@ -1,2 +1,3 @@
prereq: test -e shr_edx
prog: shr_edx
vgopts: -q