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:
Eric Christopher 2013-01-08 03:03:14 +00:00
parent 12c0656d2c
commit ef24963cbc

View File

@ -1,6 +1,12 @@
; RUN: llc -mtriple=x86_64-linux-gnu -O0 -filetype=obj -o %t %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
!llvm.dbg.cu = !{!0}