tools/memory-model: Make history-check scripts use mselect7
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 8 Apr 2019 17:02:23 +0000 (10:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:33:28 +0000 (17:33 -0800)
commit4891feb630e5a8a79d7c61a76db134ba4ebfef00
treeceae39e399bfe5837863125a01d3e300e05f9e88
parenta0645c26f2023b881ea41705218d5bcfa9221e8a
tools/memory-model: Make history-check scripts use mselect7

The history-check scripts currently use 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/initlitmushist.sh
tools/memory-model/scripts/newlitmushist.sh