]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Follow up to r15905, properly guard memcheck/tests/amd64/shr_edx on clang. n-i-bz.
authorRhys Kidd <rhyskidd@gmail.com>
Sun, 11 Sep 2016 04:33:20 +0000 (04:33 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Sun, 11 Sep 2016 04:33:20 +0000 (04:33 +0000)
“error in backend: 32-bit absolute addressing is not supported in 64-bit mode”

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15946

memcheck/tests/amd64/Makefile.am
memcheck/tests/amd64/shr_edx.vgtest

index a6c80680e684af7464d6dd7be644d18b21109b1d..ef085d0bd7ae6ab8441fbabdb9746e8333332cc0 100644 (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@
index 3d783ef4404dcf842fe85fbf84d9e91174101360..e02f7e844ca97b94961fbf26ac92b5c55a2187e9 100644 (file)
@@ -1,2 +1,3 @@
+prereq: test -e shr_edx
 prog: shr_edx
 vgopts: -q