[all-commits] [llvm/llvm-project] b502dc: [Clang] Fix test broken due to unsupported calling...
Sirraide via All-commits
all-commits at lists.llvm.org
Thu Apr 11 22:33:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b502dc596ba3ed1e857e163e21ed6426125760ef
https://github.com/llvm/llvm-project/commit/b502dc596ba3ed1e857e163e21ed6426125760ef
Author: Sirraide <aeternalmail at gmail.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
A clang/test/SemaCXX/gh84473.cpp
M clang/test/SemaCXX/lambda-expressions.cpp
Log Message:
-----------
[Clang] Fix test broken due to unsupported calling convention (#88472)
#88428 ended up breaking CI because it included a test that uses the
`regcall` calling convention, which isn’t supported on all targets; I’ve
moved it into a separate file that sets the triple.
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