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/protocols-lazy.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/protocols-lazy.m')
-rw-r--r-- | clang/test/CodeGenObjC/protocols-lazy.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/protocols-lazy.m b/clang/test/CodeGenObjC/protocols-lazy.m index 877d4923f38..642f886a088 100644 --- a/clang/test/CodeGenObjC/protocols-lazy.m +++ b/clang/test/CodeGenObjC/protocols-lazy.m @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -emit-llvm -triple i686-apple-darwin8 -fobjc-runtime=macosx-fragile-10.5 -o %t %s -// RUNX: llvm-gcc -S -emit-llvm -o %t %s && // No object generated // RUN: grep OBJC_PROTOCOL_P0 %t | count 0 |