forked from OSchip/llvm-project
parent
4015e124e3
commit
a6342c581e
|
@ -1,6 +1,7 @@
|
||||||
; RUN: llc -mtriple=x86_64-linux-gnu %s -filetype=obj -o %t
|
; RUN: llc -mtriple=x86_64-linux-gnu %s -filetype=obj -o %t
|
||||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||||
|
|
||||||
|
; Reconstruct this via clang and -O2.
|
||||||
; static void foo() {
|
; static void foo() {
|
||||||
; struct X { int a; int b; } xyz;
|
; struct X { int a; int b; } xyz;
|
||||||
; }
|
; }
|
||||||
|
|
Loading…
Reference in New Issue