[PATCH] D126781: [CodeGen] Correctly handle weak symbols in the codegen

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 12:37:23 PDT 2022


rjmccall added a comment.

You haven't really described the issue you're having.  The code looks like it's maintaining a map from symbol names to the `GlobalDecl` from which it'll be emitted; can you explain what Cling wants this for?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126781



More information about the cfe-commits mailing list