[PATCH] D70697: [BPF] Support to emit debugInfo for extern variables
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 14:47:01 PST 2019
yonghong-song added a comment.
The backend supports extern variable debug info as well. The following restrictions in the old code is removed.
- // Ignore external globals for now.
- if (!Global.hasInitializer() && Global.hasExternalLinkage())
- continue;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70697/new/
https://reviews.llvm.org/D70697
More information about the llvm-commits
mailing list