[PATCH] D78778: Add SupportsDebugUnwindInformation to MCAsmInfo

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 22:39:20 PDT 2020


echristo added inline comments.


================
Comment at: llvm/include/llvm/MC/MCAsmInfo.h:359
+  /// Defaults to false.
+  bool SupportsDebugUnwindInformation = false;
+
----------------
Can you enumerate, perhaps with some examples, when you expect this to be used?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78778





More information about the llvm-commits mailing list