When enabling MSAN eager mode with noundef analysis these variables were found to not be initialized in unit tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116428
Initialize SaveInfo in methods Output::preflightKey and Output::preflightElement. ClosedPublic Authored by kda on Dec 30 2021, 4:43 PM.
Details Summary When enabling MSAN eager mode with noundef analysis these variables were found to not be initialized in unit tests.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 4 2022, 8:57 PM This revision was landed with ongoing or failed builds.Jan 5 2022, 1:13 PM Closed by commit rG4d06565bd81c: Initialize SaveInfo in methods Output::preflightKey and Output… (authored by kda). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397689 llvm/lib/Support/YAMLTraits.cpp
|