summaryrefslogtreecommitdiff
path: root/tools/memory-model/litmus-tests
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2019-03-22 00:44:09 +0300
committerPaul E. McKenney <paulmck@kernel.org>2023-03-24 20:24:14 +0300
commit2027ad41ec5fef054ae264ab5c1150984b2e56f7 (patch)
treecc4840b91ae66507ca265858c8d6e995062b0bb2 /tools/memory-model/litmus-tests
parentee542816ac83ef72ebc52ce11ff8448463ba62eb (diff)
downloadlinux-2027ad41ec5fef054ae264ab5c1150984b2e56f7.tar.xz
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>
Diffstat (limited to 'tools/memory-model/litmus-tests')
-rw-r--r--tools/memory-model/litmus-tests/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory-model/litmus-tests/.gitignore b/tools/memory-model/litmus-tests/.gitignore
index d65462d64816..19c379cf069d 100644
--- a/tools/memory-model/litmus-tests/.gitignore
+++ b/tools/memory-model/litmus-tests/.gitignore
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
-*.out
+*.litmus.*