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/CodeGenObjC/objc-align.m | |
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/CodeGenObjC/objc-align.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc-align.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc-align.m b/clang/test/CodeGenObjC/objc-align.m index 324740c8aef..1a9e882a131 100644 --- a/clang/test/CodeGenObjC/objc-align.m +++ b/clang/test/CodeGenObjC/objc-align.m @@ -1,6 +1,5 @@ // 32-bit -// RUNX: llvm-gcc -m32 -emit-llvm -S -o %t %s && // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s // RUN: grep '@"\\01L_OBJC_CATEGORY_A_Cat" = internal global .*, section "__OBJC,__category,regular,no_dead_strip", align 4' %t // RUN: grep '@"\\01L_OBJC_CLASS_A" = internal global .*, section "__OBJC,__class,regular,no_dead_strip", align 4' %t |