KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
authorSean Christopherson <seanjc@google.com>
Tue, 13 Dec 2022 00:16:47 +0000 (00:16 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Dec 2022 11:00:47 +0000 (06:00 -0500)
commit2b2d8afc1acf6396bea14ef973d0029c4a5b33f4
tree2dc2570427dbbd8b89c50c8b8117630d38c6526a
parent5dc38777a7de15109a1d45b42cf2bb7f1bbe6010
KVM: selftests: Probe -no-pie with actual CFLAGS used to compile

Probe -no-pie with the actual set of CFLAGS used to compile the tests,
clang whines about -no-pie being unused if the tests are compiled with
-static.

  clang: warning: argument unused during compilation: '-no-pie'
  [-Wunused-command-line-argument]

Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20221213001653.3852042-9-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/Makefile