[PATCH] D89802: [OpenMP] Add Passing in Original Declaration Names To Mapper API

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 28 10:41:19 PDT 2020


jhuber6 added a comment.

In D89802#2359504 <https://reviews.llvm.org/D89802#2359504>, @tianshilei1992 wrote:

> This patch caused segment fault in D90099 <https://reviews.llvm.org/D90099> where the map variable info pointer is `nullptr` but it is deferenced.

Was it this one, or was it D90172 <https://reviews.llvm.org/D90172>. This patch only changes the code generation in Clang so I don't think it references the generated mapping pointers. It's possible I forget to check the status of the pointer somewhere in the RTL.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89802



More information about the cfe-commits mailing list