[llvm-commits] [llvm] r171839 - /llvm/trunk/test/DebugInfo/X86/vector.ll
Eric Christopher
echristo at gmail.com
Mon Jan 7 19:03:14 PST 2013
Author: echristo
Date: Mon Jan 7 21:03:14 2013
New Revision: 171839
URL: http://llvm.org/viewvc/llvm-project?rev=171839&view=rev
Log:
Add the C testcase to this file.
Suggested by Dave Blaikie.
Modified:
llvm/trunk/test/DebugInfo/X86/vector.ll
Modified: llvm/trunk/test/DebugInfo/X86/vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/vector.ll?rev=171839&r1=171838&r2=171839&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/vector.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/vector.ll Mon Jan 7 21:03:14 2013
@@ -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}
More information about the llvm-commits
mailing list