[all-commits] [llvm/llvm-project] ed06de: [test] Fix `coro-split-dbg-labels.ll` for non-x86 ...
Adrian Vogelsgesang via All-commits
all-commits at lists.llvm.org
Tue Jul 8 09:28:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed06de45f34e7c1b7172f9c8ca964cba91ea69ee
https://github.com/llvm/llvm-project/commit/ed06de45f34e7c1b7172f9c8ca964cba91ea69ee
Author: Adrian Vogelsgesang <avogelsgesang at salesforce.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M llvm/test/Transforms/Coroutines/coro-split-dbg-labels.ll
Log Message:
-----------
[test] Fix `coro-split-dbg-labels.ll` for non-x86 (#147087)
This test case was recently introduced in 24b3c1f680446f87a. It was
meant to be target-independent, but the function attributes still
contained x86-specific attributes. This commit removes those attributes.
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