yonghong-song added a comment.

@rnk I just submitted a patch https://reviews.llvm.org/D71818 to use 
`%clang_cc1` instead of `%clang` in the test. Could you check whether this 
fixed your issue or not?

I cannot remove BPF target requirement as only BPF target can trigger debug 
info generation for extern variables. This is by design as discussed in this 
patch review due to concerns it may blow up debug info binary size for existing 
applications. This may be relaxed in the future through some flags. BPF is used 
on linux platform only.
As far as I know, BPF is enabled for a lot of bots, ubuntu, x86, ppc, arm, etc. 
So the coverage of this feature should be fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70696



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to