]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
macOS regtest: give up trying to build bug492210.c
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 8 Oct 2024 19:03:17 +0000 (21:03 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 8 Oct 2024 19:03:17 +0000 (21:03 +0200)
macOS has to make everything difficult. Global names need
to be decorated with an underscore prefix. And you can't
just read from global variables, you have to do something
like a rip-relative lea.

memcheck/tests/amd64/Makefile.am

index 05299a752e0a7ea7aace7251f310e1dad35f2290..98f3f78fa1bbba4c0c828b03dbc7b6877038dea5 100644 (file)
@@ -48,7 +48,6 @@ check_PROGRAMS = \
        bt_everything \
        bug132146 \
        bug279698 \
-       bug492210 \
        fxsave-amd64 \
        insn-bsfl \
        insn-pmovmskb \
@@ -74,6 +73,7 @@ endif
 # but the problem is macOS, not clang
 if !VGCONF_OS_IS_DARWIN
  check_PROGRAMS += \
+       bug492210 \
        shr_edx
 endif