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, 1 Dec 2021 01:48:15 +0000 (17:48 -0800)
commit2a1ed69f52edd33829596ccb365c63d2388231b5
tree0a597e600287029f7bc2064e285f3b3bc05a95d1
parentcd0472abbe374e369f1ff68c2c7680e7e8ac1f6c
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