[PATCH] D106129: [ExecutionEngine] Check for libunwind before calling __register_frame

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 12:09:35 PST 2023


tstellar added inline comments.
Herald added a project: All.


================
Comment at: llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp:72
+ * of __unw_add_dynamic_fde to detect libunwind. */
+#ifdef HAVE_UNW_ADD_DYNAMIC_FDE
 
----------------
Should this be a runtime check and not a compile time check?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106129



More information about the llvm-commits mailing list