[llvm] r200500 - Add a link to a bug to a couple of FIXMEs

Timur Iskhodzhanov timurrrr at google.com
Thu Jan 30 15:14:38 PST 2014


Author: timurrrr
Date: Thu Jan 30 17:14:38 2014
New Revision: 200500

URL: http://llvm.org/viewvc/llvm-project?rev=200500&view=rev
Log:
Add a link to a bug to a couple of FIXMEs

Modified:
    llvm/trunk/test/DebugInfo/COFF/asm.ll

Modified: llvm/trunk/test/DebugInfo/COFF/asm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/COFF/asm.ll?rev=200500&r1=200499&r2=200500&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/COFF/asm.ll (original)
+++ llvm/trunk/test/DebugInfo/COFF/asm.ll Thu Jan 30 17:14:38 2014
@@ -70,7 +70,7 @@
 ; OBJ32-NEXT:     Filename: D:\asm.c
 ; FIXME: An empty __asm stmt creates an extra entry.
 ; We seem to know that these offsets are the same statically during the
-; execution of endModule().
+; execution of endModule().  See PR18679 for the details.
 ; OBJ32-NEXT:     +0x0: 4
 ; OBJ32-NEXT:     +0x0: 5
 ; OBJ32-NEXT:     +0x5: 6
@@ -141,6 +141,7 @@
 ; OBJ64-NEXT:     Filename: D:\asm.c
 ; OBJ64-NEXT:     +0x0: 3
 ; FIXME: An empty __asm stmt creates an extra entry.
+; See PR18679 for the details.
 ; OBJ64-NEXT:     +0x4: 4
 ; OBJ64-NEXT:     +0x4: 5
 ; OBJ64-NEXT:     +0x9: 6





More information about the llvm-commits mailing list