mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Trying to fix the bots
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185489 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e6783feed
commit
23f36b9225
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user