https://bugs.llvm.org/show_bug.cgi?id=23260

David Stenberg <david.stenb...@ericsson.com> changed:

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

--- Comment #3 from David Stenberg <david.stenb...@ericsson.com> ---
(In reply to David Stenberg from comment #2)
> Proposed patch: https://reviews.llvm.org/D55513.

Merged as r348837.

Running the listed command on t.c now gives:

$ clang -g -O2 t.c -S -emit-llvm -o - | grep llvm.dbg.value
  call void @llvm.dbg.value(metadata i32 undef, metadata !10, metadata
!DIExpression()) #3, !dbg !16
  call void @llvm.dbg.value(metadata i32 undef, metadata !10, metadata
!DIExpression()) #3, !dbg !19
declare void @llvm.dbg.value(metadata, metadata, metadata) #2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to