tools/memory-model: Make checkghlitmus.sh use mselect7
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 8 Apr 2019 16:27:28 +0000 (09:27 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:48:15 +0000 (17:48 -0800)
commit0a5cbe549bb4121def9662cb3407e5c9bf8dcfa9
treea9fad823a852edc9385563ce1006700ff2a08bfd
parent78963cda013b5b35f117f129d3018adf034d46e0
tools/memory-model: Make checkghlitmus.sh use mselect7

The checkghlitmus.sh script currently uses grep to ignore non-C-language
litmus tests, which is a bit fragile.  This commit therefore enlists the
aid of "mselect7 -arch C", given Luc Maraget's recent modifications that
allow mselect7 to operate in filter mode.

This change requires herdtools 7.52-32-g1da3e0e50977 or later.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/scripts/checkghlitmus.sh