<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi, </FONT></DIV>
<DIV><FONT face=Arial size=2>    According to the llvm 
docs, llvm will generate global variable information such as </FONT></DIV>
<DIV><A 
href="http://llvm.org/docs/SourceLevelDebugging.html#format_global_variables">    
  llvm.dbg.global_variable.type</A></DIV>
<DIV><FONT face=Arial size=2>    which contains the line number 
and original name of global variables. But I tried on llvm-1.8 with -g, no such 
debug intrinsic functions are dumped, I only see some stoppoint, 
func.start. Are there any secrete options I should pass to llvm-gcc? 
 </FONT></DIV>
<DIV><FONT face=Arial size=2>    Thanks. </FONT></DIV>
<DIV><FONT face=Arial size=2>-Jerry</FONT></DIV></BODY></HTML>