mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
13 lines
524 B
Diff
13 lines
524 B
Diff
|
|
Index: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
|
||
|
|
===================================================================
|
||
|
|
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (revision 226419)
|
||
|
|
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (working copy)
|
||
|
|
@@ -210,6 +210,8 @@
|
||
|
|
OutStreamer->EmitFileDirective(M.getModuleIdentifier());
|
||
|
|
}
|
||
|
|
|
||
|
|
+ OutStreamer->EmitCFISections(true, true);
|
||
|
|
+
|
||
|
|
GCModuleInfo *MI = getAnalysisIfAvailable<GCModuleInfo>();
|
||
|
|
assert(MI && "AsmPrinter didn't require GCModuleInfo?");
|
||
|
|
for (auto &I : *MI)
|