mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
5de4bad5a7
commit
9c0d0908f9
@ -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@
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
prereq: test -e shr_edx
|
||||
prog: shr_edx
|
||||
vgopts: -q
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user