]> xenbits.xensource.com Git - libvirt.git/commit
make: skip pdwtags when building with CLang
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 14:38:20 +0000 (14:38 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 28 Feb 2018 17:53:23 +0000 (17:53 +0000)
commit900383f5b83c1574e93b1ba75edd5c94f4d8c190
treeb145a2456b20f31aa69b51ae747d377cbaeed40e
parent6090a816acd984e1aeff235eab0f43f95690a551
make: skip pdwtags when building with CLang

When building with CLang the structs that are emitted by pdwtags appear
in a completely different order than with GCC, which causes the
comparison against expected data to fail.

Ideally the test would not be sensitive to the ordering, because even
future GCC could cause changes, but that's not easy to fix. So for now
just skip the test when using clang.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/Makefile.am