diff options
Diffstat (limited to 'clang/test/CodeGen/staticinit.c')
-rw-r--r-- | clang/test/CodeGen/staticinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/staticinit.c b/clang/test/CodeGen/staticinit.c index fa3e736d31f..91fcdcf69f0 100644 --- a/clang/test/CodeGen/staticinit.c +++ b/clang/test/CodeGen/staticinit.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -arch i386 -emit-llvm -o %t %s && +// RUN: clang-cc -triple i386-pc-linux-gnu -emit-llvm -o %t %s && // RUN: grep "g.b = internal global i8. getelementptr" %t && struct AStruct { |