[all-commits] [llvm/llvm-project] 99f296: [CodeGen][test] Fix Buildbot failure due to uninit...
A. Jiang via All-commits
all-commits at lists.llvm.org
Mon Sep 29 06:02:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99f296d2a8119fabbc9cbf6e16a3521d920a44e5
https://github.com/llvm/llvm-project/commit/99f296d2a8119fabbc9cbf6e16a3521d920a44e5
Author: A. Jiang <de34 at live.cn>
Date: 2025-09-29 (Mon, 29 Sep 2025)
Changed paths:
M llvm/unittests/CodeGen/TypeTraitsTest.cpp
Log Message:
-----------
[CodeGen][test] Fix Buildbot failure due to uninitialized variables (#161085)
Under some options used by LLVM Buildbot, an uninitialized variable
(recently added to the test suite) caused constant evaluation failure,
despite the type of that variable is an empty class.
This PR explicitly initializes the variables with `{}` to fix the error.
Follows-up a558d656043734cc4d02e0a0a12e4c308c28f8c7.
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