[all-commits] [llvm/llvm-project] 6e0428: [SystemZ] Fix regression in test macro-prefix-map-...
Kai Nacke via All-commits
all-commits at lists.llvm.org
Wed Jun 21 05:54:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e042871837b0c87e045d1a16929a7da4412e073
https://github.com/llvm/llvm-project/commit/6e042871837b0c87e045d1a16929a7da4412e073
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M clang/test/CodeGenCXX/macro-prefix-map-lambda.cpp
Log Message:
-----------
[SystemZ] Fix regression in test macro-prefix-map-lambda.cpp
The failing test comes from https://reviews.llvm.org/D152570.
Root cause of the failure is that a string constant on SystemZ
has an alignment of 2, not 1. The CSKY target has a similar problem.
The solution is to replace the fixed number with a regex.
Reviewed By: uweigand, tuliom, Zibi
Differential Revision: https://reviews.llvm.org/D153352
More information about the All-commits
mailing list