[PATCH] D53329: Generate DIFile with main program if source is not available

Yonghong Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 16 10:01:03 PDT 2018


yonghong-song added a comment.

Hi, @vsk @HsiangKai @ABataev I found a bug in clang when trying to use "-g -gdwarf-5 -gembed-source" for
bcc MCJIT based clang/llvm compilation. This patch fixed the issue but I am not sure whether this is the
correct fix or not. Please help take a look and advise if the fix is not correct and there is a better one. Thanks!


Repository:
  rC Clang

https://reviews.llvm.org/D53329





More information about the cfe-commits mailing list