[LLVMbugs] [Bug 7129] clang always inliner looses track of debug location (-O1 -g)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 17 11:56:44 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7129

Devang Patel <dpatel at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Devang Patel <dpatel at apple.com> 2010-06-17 13:56:43 CDT ---
This was fixed earlier. Using r106224, I see

$clang -w -O1 -g x.i -emit-llvm -S -o -|grep hex2int
  %call23.i.i.i = call i32 (...)* @cli_hex2int(i32 %conv22.i.i.i) nounwind,
!dbg !108 ; <i32> [#uses=1]
  %call30.i.i.i = call i32 (...)* @cli_hex2int(i32 %conv29.i.i.i) nounwind,
!dbg !108 ; <i32> [#uses=1]
declare i32 @cli_hex2int(...)

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list