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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 14:20:02 PST 2019


MaskRay added a comment.

> This patch fixes this by adding a new #define, "USING_FRAME_INFO_REGISTRY", which is set by the top-level define "USE_FRAME_INFO_REGISTRY". The indirection allows combining the first test with the backward compatibility check below.

I can't find `USING_FRAME_INFO_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