forked from OSchip/llvm-project
Add a triple to this test to hopefully get it passing on i386-freebsd.
llvm-svn: 146795
This commit is contained in:
parent
79b5c26014
commit
0f79160bb7
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
|
||||
|
||||
struct baz {
|
||||
int h;
|
||||
|
|
Loading…
Reference in New Issue