diff options
Diffstat (limited to 'test/Driver/emit-llvm.c')
-rw-r--r-- | test/Driver/emit-llvm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Driver/emit-llvm.c b/test/Driver/emit-llvm.c index 3439b58..76ea059 100644 --- a/test/Driver/emit-llvm.c +++ b/test/Driver/emit-llvm.c @@ -1,6 +1,3 @@ -// RUN: not %clang -ccc-host-triple i386-pc-linux-gnu -emit-llvm -o %t %s 2> %t.log -// RUN: grep 'unable to pass LLVM bit-code files to linker' %t.log - // Check that -O4 is only honored as the effective -O option. // <rdar://problem/7046672> clang/loader problem |