[PATCH] D154472: [NFC]add initialization for EmitCompactUnwindNonCanonical in ctor
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 12:10:04 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9b8ed1eedce1: [NFC]add initialization for EmitCompactUnwindNonCanonical in ctor (authored by ChengChen002, committed by oontvoo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154472/new/
https://reviews.llvm.org/D154472
Files:
llvm/lib/MC/MCTargetOptions.cpp
Index: llvm/lib/MC/MCTargetOptions.cpp
===================================================================
--- llvm/lib/MC/MCTargetOptions.cpp
+++ llvm/lib/MC/MCTargetOptions.cpp
@@ -18,7 +18,8 @@
ShowMCEncoding(false), ShowMCInst(false), AsmVerbose(false),
PreserveAsmComments(true), Dwarf64(false),
EmitDwarfUnwind(EmitDwarfUnwindType::Default),
- MCUseDwarfDirectory(DefaultDwarfDirectory) {}
+ MCUseDwarfDirectory(DefaultDwarfDirectory),
+ EmitCompactUnwindNonCanonical(false) {}
StringRef MCTargetOptions::getABIName() const {
return ABIName;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154472.539232.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230711/c483e8c4/attachment.bin>
More information about the llvm-commits
mailing list