MC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
[oota-llvm.git] / test / DebugInfo / X86 / coff_debug_info_type.ll
index e61c8076b60042554b490e5c621b8f66965db877..a0b8ccc6ecae49153229bd0e4533f57908002fad 100644 (file)
@@ -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,"rn"
+; WIN32:    .section .debug$S,"rnd"
 
 ; generated from:
 ; clang -g -S -emit-llvm test.c -o test.ll