]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ensure the testcase compiles with clang.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 31 Aug 2015 21:18:18 +0000 (21:18 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 31 Aug 2015 21:18:18 +0000 (21:18 +0000)
commit76ecd8f6073a6745bdcf4e372b5959b7a213fa47
tree0248f2dfe4c750bfa150a3f67ab74da8140f25d5
parent23ab55606e23d71843e113896bd95e3481c903a1
Ensure the testcase compiles with clang.
clang up to and including 3.6.2 does not recognise the fxsave64
and fxrstor64 mnemonics. It does recognise rex64/fxsave etc..
Related to BZ #339636.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15606
memcheck/tests/amd64/fxsave-amd64.c