From 4b4b8088609c501da779a3de6ab3d98670dc20c4 Mon Sep 17 00:00:00 2001 From: Timur Iskhodzhanov Date: Thu, 30 Jan 2014 23:14:38 +0000 Subject: Add a link to a bug to a couple of FIXMEs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200500 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/COFF/asm.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/DebugInfo/COFF/asm.ll b/test/DebugInfo/COFF/asm.ll index ecd0dda11c..81ac8d2a88 100644 --- a/test/DebugInfo/COFF/asm.ll +++ b/test/DebugInfo/COFF/asm.ll @@ -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 -- cgit v1.2.3