yonghong-song added a comment.

The above segment looks like

  #0  0x00000000000000a1 in ?? ()
  #1  0x0000000001490d63 in clang::SourceManager::~SourceManager() ()
  #2  0x00000000005ad0ee in clang::CompilerInstance::~CompilerInstance() ()
  #3  0x000000000056ad1b in main ()

In my example, I did not implement the customized SourceManager while the real 
bcc implements it
https://github.com/iovisor/bcc/blob/master/src/cc/bpf_module.cc#L73

I will try to implement this later. With the attached tar file, you should be 
still observe the missing
file contents. And my patch does fix this particular issue.


Repository:
  rC Clang

https://reviews.llvm.org/D53329



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

Reply via email to