[PATCH] D123787: [clang][OpenMP][DebugInfo] Debug support for TLS variables when present in OpenMP consructs
Adrian Prantl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 14 15:33:25 PDT 2022
aprantl added a comment.
> For an example, if thread local variable is present in copyin clause (testcase attached with the
patch), parameter with same name is generated as parameter to artificial function. When user
inquires the thread Local variable, its debug info is hidden by the parameter. The debug info
for parameters (for thread local) must be suppressed.
What does the dwarfdump output for the old behavior look like? Are the two in the same scope?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123787/new/
https://reviews.llvm.org/D123787
More information about the cfe-commits
mailing list