[PATCH] D127630: [MC] Fix likely uninitialized memory bug
Jez Ng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 13 04:41:52 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4a21e1644f2: [MC] Fix likely uninitialized memory bug (authored by int3).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127630/new/
https://reviews.llvm.org/D127630
Files:
clang/tools/driver/cc1as_main.cpp
Index: clang/tools/driver/cc1as_main.cpp
===================================================================
--- clang/tools/driver/cc1as_main.cpp
+++ clang/tools/driver/cc1as_main.cpp
@@ -170,6 +170,7 @@
Dwarf64 = 0;
DwarfVersion = 0;
EmbedBitcode = 0;
+ EmitDwarfUnwind = EmitDwarfUnwindType::Default;
}
static bool CreateFromArgs(AssemblerInvocation &Res,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127630.436345.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220613/d069dba5/attachment.bin>
More information about the cfe-commits
mailing list