[all-commits] [llvm/llvm-project] e5cd5b: [test] Fix variable definition in acle_sve_ld1.sh
RoboTux via All-commits
all-commits at lists.llvm.org
Thu Mar 18 05:15:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e5cd5b352ff481f02e1f4555033edf87112dcc0c
https://github.com/llvm/llvm-project/commit/e5cd5b352ff481f02e1f4555033edf87112dcc0c
Author: Thomas Preud'homme <thomasp at graphcore.ai>
Date: 2021-03-18 (Thu, 18 Mar 2021)
Changed paths:
M clang/test/CodeGen/aarch64-sve-intrinsics/acle_sve_ld1sh.c
Log Message:
-----------
[test] Fix variable definition in acle_sve_ld1.sh
Clang test acle_sve_ld1.sh is missing the colon in one of the string
variable definition separating the variable name from the regex. This
leads the substitution block to be parsed as a numeric variable use.
Reviewed By: sdesmalen
Differential Revision: https://reviews.llvm.org/D98852
More information about the All-commits
mailing list