tools/memory-model: Keep assembly-language litmus tests
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Mar 2019 21:44:09 +0000 (14:44 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:33:28 +0000 (17:33 -0800)
commitf51269141ba14bf1e6f605c2bf8d8971f567ecb7
treea5048879f8cfb6cc4efbedbd27aaba141f56358f
parent4c63e313b695b9d6babb118d9982cf20a24c1903
tools/memory-model: Keep assembly-language litmus tests

This commit retains the assembly-language litmus tests generated from
the C-language litmus tests, appending the hardware tag to the original
C-language litmus test's filename.  Thus, S+poonceonces.litmus.AArch64
contains the Armv8 assembly language corresponding to the C-language
S+poonceonces.litmus test.

This commit also updates the .gitignore to avoid committing these
automatically generated assembly-language litmus tests.

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