[all-commits] [llvm/llvm-project] 09de5e: [Clang] Fix failing CI with different test case at...
Yuxuan Chen via All-commits
all-commits at lists.llvm.org
Wed Jan 3 14:43:24 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09de5e5c6d8c25fe76840c69056afca72275dd6b
https://github.com/llvm/llvm-project/commit/09de5e5c6d8c25fe76840c69056afca72275dd6b
Author: Yuxuan Chen <yuxuanchen1997 at outlook.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M clang/test/SemaCXX/template-instantiation.cpp
Log Message:
-----------
[Clang] Fix failing CI with different test case attribute & host triple (#76863)
As in title,
https://github.com/llvm/llvm-project/commit/a8f43974260ec244d78336d2530f8fc097753580
broke CI due to the calling convention not available on certain targets.
This patch uses a simpler calling convention and enables the test only
when the attribute exists. It's verified that this test crashes the
compiler before a8f43974260ec244d78336d2530f8fc097753580 so it's the
same effect as the previous test. Disabling the test on platforms that
don't have the calling convention is fine because it's guarding against
a frontend bug.
More information about the All-commits
mailing list