mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Add the C testcase to this file.
Suggested by Dave Blaikie. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12c0656d2c
commit
ef24963cbc
@ -1,6 +1,12 @@
|
|||||||
; RUN: llc -mtriple=x86_64-linux-gnu -O0 -filetype=obj -o %t %s
|
; RUN: llc -mtriple=x86_64-linux-gnu -O0 -filetype=obj -o %t %s
|
||||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
|
|
||||||
|
; Generated from:
|
||||||
|
; clang -g -S -emit-llvm -o foo.ll foo.c
|
||||||
|
; typedef int v4si __attribute__((__vector_size__(16)));
|
||||||
|
;
|
||||||
|
; v4si a
|
||||||
|
|
||||||
@a = common global <4 x i32> zeroinitializer, align 16
|
@a = common global <4 x i32> zeroinitializer, align 16
|
||||||
|
|
||||||
!llvm.dbg.cu = !{!0}
|
!llvm.dbg.cu = !{!0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user