[PATCH] D75701: Initialize IsSurrogate

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 7 12:28:18 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75701/new/

https://reviews.llvm.org/D75701





More information about the cfe-commits mailing list