[PATCH] D70034: Fix include guard and properly order __deregister_frame_info.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 12:38:14 PST 2019


MaskRay added inline comments.


================
Comment at: compiler-rt/lib/crt/crtbegin.c:18
 
 extern void __register_frame_info(const void *, void *) __attribute__((weak));
 extern void *__deregister_frame_info(const void *) __attribute__((weak));
----------------
Place declarations in the scope of `#ifdef EH_USE_FRAME_REGISTRY`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70034





More information about the llvm-commits mailing list