[all-commits] [llvm/llvm-project] 0f2c07: [UpdateTestChecks] Handle nounwind functions for s...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 12 06:15:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f2c071fad60d7606ee1a05c71ab5e0510d5becc
https://github.com/llvm/llvm-project/commit/0f2c071fad60d7606ee1a05c71ab5e0510d5becc
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/systemz-nounwind.ll
A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/systemz-nounwind.ll.expected
A llvm/test/tools/UpdateTestChecks/update_llc_test_checks/systemz-nounwind.test
M llvm/utils/UpdateTestChecks/asm.py
Log Message:
-----------
[UpdateTestChecks] Handle nounwind functions for s390x
Unlike all the other architectures, s390x requires cfi_startproc
to be present, so update_llc_test_checks did no work with nounwind
functions.
More information about the All-commits
mailing list