[all-commits] [llvm/llvm-project] 07e081: Fix clang/test/DebugInfo/CXX/line.cpp (#198401)
Ariel-Burton via All-commits
all-commits at lists.llvm.org
Thu Jun 4 06:28:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07e081dcd784f3286ed9aa1ac549beb61066ce97
https://github.com/llvm/llvm-project/commit/07e081dcd784f3286ed9aa1ac549beb61066ce97
Author: Ariel-Burton <arielburton at yahoo.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M clang/test/DebugInfo/CXX/line.cpp
Log Message:
-----------
Fix clang/test/DebugInfo/CXX/line.cpp (#198401)
This PR twaeks the clang/test/DebugInfo/line.cpp test to pass on z/OS.
The reason the test was failing is that the RUN lines which specify
-triple %itanium_abi_triple expands to s390x-ibm-zos when run on z/OS.
The IR that is emitted for this triple does not match the patterns
expected by the test.
This PR tweaks the patterns in the CHECK lines so that the test also
passes on z/OS.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list