[PATCH] D114545: [CodeGen] Async unwind - add a pass to fix CFI information

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 22:02:44 PDT 2022


MaskRay added inline comments.


================
Comment at: llvm/lib/CodeGen/CMakeLists.txt:42
   CFIInstrInserter.cpp
+  CFIFixup.cpp
   CodeGen.cpp
----------------
Move before CFIInstrInserter.cpp to keep alphabetical order.


================
Comment at: llvm/lib/CodeGen/TargetPassConfig.cpp:144
+// manual override.
+static cl::opt<bool> DisableCFIFixup("disable-cfi-fixup", cl::init(false),
+                                     cl::Hidden,
----------------
` cl::init(false),` can be deleted


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

https://reviews.llvm.org/D114545



More information about the llvm-commits mailing list