diff options
author | David Majnemer <david.majnemer@gmail.com> | 2014-09-20 21:18:43 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2014-09-20 21:18:43 +0000 |
commit | fb83977538851899b0c6040c20ec0cc719a9a057 (patch) | |
tree | ebe48420c18b65a352f6bcf8bd738f0066e02dac /llvm/test/DebugInfo | |
parent | 6f80abac4ea5e80f88c444f5bc795c5a15909fb5 (diff) | |
download | bcm5719-llvm-fb83977538851899b0c6040c20ec0cc719a9a057.tar.gz bcm5719-llvm-fb83977538851899b0c6040c20ec0cc719a9a057.zip |
Update tests which broke from r218189
llvm-svn: 218191
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/COFF/asm.ll | 4 | ||||
-rw-r--r-- | llvm/test/DebugInfo/COFF/multifile.ll | 4 | ||||
-rw-r--r-- | llvm/test/DebugInfo/COFF/multifunction.ll | 4 | ||||
-rw-r--r-- | llvm/test/DebugInfo/COFF/simple.ll | 4 | ||||
-rw-r--r-- | llvm/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll | 2 | ||||
-rw-r--r-- | llvm/test/DebugInfo/X86/coff_debug_info_type.ll | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/DebugInfo/COFF/asm.ll b/llvm/test/DebugInfo/COFF/asm.ll index 8c9dff0cdf1..4f07b9033a8 100644 --- a/llvm/test/DebugInfo/COFF/asm.ll +++ b/llvm/test/DebugInfo/COFF/asm.ll @@ -21,7 +21,7 @@ ; X86-NEXT: ret ; X86-NEXT: [[END_OF_F:.*]]: ; -; X86-LABEL: .section .debug$S,"rnd" +; X86-LABEL: .section .debug$S,"rd" ; X86-NEXT: .long 4 ; X86-NEXT: .long 242 ; X86-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] @@ -90,7 +90,7 @@ ; X64-NEXT: ret ; X64-NEXT: [[END_OF_F:.*]]: ; -; X64-LABEL: .section .debug$S,"rnd" +; X64-LABEL: .section .debug$S,"rd" ; X64-NEXT: .long 4 ; X64-NEXT: .long 242 ; X64-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] diff --git a/llvm/test/DebugInfo/COFF/multifile.ll b/llvm/test/DebugInfo/COFF/multifile.ll index ec210fc4481..488eedf7799 100644 --- a/llvm/test/DebugInfo/COFF/multifile.ll +++ b/llvm/test/DebugInfo/COFF/multifile.ll @@ -28,7 +28,7 @@ ; X86-NEXT: ret ; X86-NEXT: [[END_OF_F:.*]]: ; -; X86-LABEL: .section .debug$S,"rnd" +; X86-LABEL: .section .debug$S,"rd" ; X86-NEXT: .long 4 ; X86-NEXT: .long 242 ; X86-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] @@ -122,7 +122,7 @@ ; X64-NEXT: ret ; X64-NEXT: [[END_OF_F:.*]]: ; -; X64-LABEL: .section .debug$S,"rnd" +; X64-LABEL: .section .debug$S,"rd" ; X64-NEXT: .long 4 ; X64-NEXT: .long 242 ; X64-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] diff --git a/llvm/test/DebugInfo/COFF/multifunction.ll b/llvm/test/DebugInfo/COFF/multifunction.ll index 5a6555805fd..a47a449f5ab 100644 --- a/llvm/test/DebugInfo/COFF/multifunction.ll +++ b/llvm/test/DebugInfo/COFF/multifunction.ll @@ -50,7 +50,7 @@ ; X86-NEXT: ret ; X86-NEXT: [[END_OF_F:.*]]: ; -; X86-LABEL: .section .debug$S,"rnd" +; X86-LABEL: .section .debug$S,"rd" ; X86-NEXT: .long 4 ; Line table subsection for x ; X86-NEXT: .long 242 @@ -200,7 +200,7 @@ ; X64-NEXT: ret ; X64-NEXT: [[END_OF_F:.*]]: ; -; X64-LABEL: .section .debug$S,"rnd" +; X64-LABEL: .section .debug$S,"rd" ; X64-NEXT: .long 4 ; Line table subsection for x ; X64-NEXT: .long 242 diff --git a/llvm/test/DebugInfo/COFF/simple.ll b/llvm/test/DebugInfo/COFF/simple.ll index 2613a18298d..6479071c1b3 100644 --- a/llvm/test/DebugInfo/COFF/simple.ll +++ b/llvm/test/DebugInfo/COFF/simple.ll @@ -19,7 +19,7 @@ ; X86-NEXT: ret ; X86-NEXT: [[END_OF_F:.*]]: ; -; X86-LABEL: .section .debug$S,"rnd" +; X86-LABEL: .section .debug$S,"rd" ; X86-NEXT: .long 4 ; X86-NEXT: .long 242 ; X86-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] @@ -81,7 +81,7 @@ ; X64-NEXT: ret ; X64-NEXT: [[END_OF_F:.*]]: ; -; X64-LABEL: .section .debug$S,"rnd" +; X64-LABEL: .section .debug$S,"rd" ; X64-NEXT: .long 4 ; X64-NEXT: .long 242 ; X64-NEXT: .long [[F2_END:.*]]-[[F2_START:.*]] diff --git a/llvm/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll b/llvm/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll index 4d2e4273447..576a34d26d8 100644 --- a/llvm/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll +++ b/llvm/test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll @@ -22,7 +22,7 @@ ; X86-NEXT: [[END_OF_BAR:^L.*]]:{{$}} ; X86-NOT: ret -; X86-LABEL: .section .debug$S,"rnd" +; X86-LABEL: .section .debug$S,"rd" ; X86: .secrel32 "?bar@@YAXHZZ" ; X86-NEXT: .secidx "?bar@@YAXHZZ" ; X86: .long 0 diff --git a/llvm/test/DebugInfo/X86/coff_debug_info_type.ll b/llvm/test/DebugInfo/X86/coff_debug_info_type.ll index a1051c39bff..56ebc5f70d2 100644 --- a/llvm/test/DebugInfo/X86/coff_debug_info_type.ll +++ b/llvm/test/DebugInfo/X86/coff_debug_info_type.ll @@ -4,7 +4,7 @@ ; CHECK: .section .debug_info ; RUN: llc -mtriple=i686-pc-win32 -filetype=asm -O0 < %s | FileCheck -check-prefix=WIN32 %s -; WIN32: .section .debug$S,"rnd" +; WIN32: .section .debug$S,"rd" ; RUN: llc -mtriple=i686-pc-win32 -filetype=null -O0 < %s |