summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86/coff_debug_info_type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/coff_debug_info_type.ll')
-rw-r--r--test/DebugInfo/X86/coff_debug_info_type.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/coff_debug_info_type.ll b/test/DebugInfo/X86/coff_debug_info_type.ll
index a0b8ccc6ec..a1051c39bf 100644
--- a/test/DebugInfo/X86/coff_debug_info_type.ll
+++ b/test/DebugInfo/X86/coff_debug_info_type.ll
@@ -6,6 +6,8 @@
; RUN: llc -mtriple=i686-pc-win32 -filetype=asm -O0 < %s | FileCheck -check-prefix=WIN32 %s
; WIN32: .section .debug$S,"rnd"
+; RUN: llc -mtriple=i686-pc-win32 -filetype=null -O0 < %s
+
; generated from:
; clang -g -S -emit-llvm test.c -o test.ll
; int main()