diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-28 18:01:33 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-28 18:01:33 +0000 |
commit | a3ecd32bbf0cb7d5e6d85cbd0c2cc282fe9848ab (patch) | |
tree | 9d1da1c477332b1c5d6151e964d0e2c81d71cd89 /clang/test/CodeGen/packed-structure.c | |
parent | ad2f7a59a124b38b718fe72e1ff0becea58ac8ca (diff) | |
download | bcm5719-llvm-a3ecd32bbf0cb7d5e6d85cbd0c2cc282fe9848ab.tar.gz bcm5719-llvm-a3ecd32bbf0cb7d5e6d85cbd0c2cc282fe9848ab.zip |
Tests: remove disabled llvm-gcc invocations
llvm-svn: 173703
Diffstat (limited to 'clang/test/CodeGen/packed-structure.c')
-rw-r--r-- | clang/test/CodeGen/packed-structure.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/packed-structure.c b/clang/test/CodeGen/packed-structure.c index 3aeaa23eb3b..ffd98dbfcf3 100644 --- a/clang/test/CodeGen/packed-structure.c +++ b/clang/test/CodeGen/packed-structure.c @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -triple x86_64 -emit-llvm -o - %s | opt -S -strip -o %t -// RUX: llvm-gcc -flto -S -O3 -o %t %s // RUN: FileCheck --check-prefix=CHECK-GLOBAL < %t %s // RUN: FileCheck --check-prefix=CHECK-FUNCTIONS < %t %s |