Trying to fix the bots

llvm-svn: 185489
This commit is contained in:
Manman Ren 2013-07-03 00:16:11 +00:00
parent ddf976aa8b
commit 94119ceebb
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
; RUN: llc -O0 < %s | FileCheck %s
; REQUIRES: object-emission
; RUN: llc -O0 -filetype=obj < %s > %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Make sure we are generating DWARF version 3 when module flag says so.
; CHECK: .short 3 ## DWARF version number
; CHECK: Compile Unit: length = {{.*}} version = 0x0003
define i32 @main() #0 {
entry: