diff options
| author | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-30 23:14:38 +0000 |
|---|---|---|
| committer | Timur Iskhodzhanov <timurrrr@google.com> | 2014-01-30 23:14:38 +0000 |
| commit | f33d8b979b52eb4f1ee00557b112c648cf422d42 (patch) | |
| tree | dc895321e582fc139345756ab0c9e769f1857645 /llvm | |
| parent | 13961cbc51e9ef8811930eea81ac42b16dfba9a2 (diff) | |
| download | bcm5719-llvm-f33d8b979b52eb4f1ee00557b112c648cf422d42.tar.gz bcm5719-llvm-f33d8b979b52eb4f1ee00557b112c648cf422d42.zip | |
Add a link to a bug to a couple of FIXMEs
llvm-svn: 200500
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index ecd0dda11cd..81ac8d2a88e 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/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 |

