Add a comment here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2014-05-21 00:02:50 +00:00
parent 3d5f46bb8a
commit 110260377a

View File

@ -1,6 +1,7 @@
; RUN: llc -mtriple=x86_64-linux-gnu %s -filetype=obj -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Reconstruct this via clang and -O2.
; static void foo() {
; struct X { int a; int b; } xyz;
; }