This is an archive of the discontinued LLVM Phabricator instance.

Initialize IsSurrogate
ClosedPublic

Authored by respindola on Mar 5 2020, 10:46 AM.

Diff Detail

Event Timeline

respindola created this revision.Mar 5 2020, 10:46 AM
MaskRay accepted this revision.Mar 7 2020, 12:22 PM

Confirmed that the patch fixes valgrind clang -cc1 -S -std=c++17 -o native-stack.s native-stack.ii for a -O0 -g Debug build.

-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=on does not have the Conditional jump or move depends on uninitialised value issue.

This revision is now accepted and ready to land.Mar 7 2020, 12:22 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2020, 12:29 PM