]> granicus.if.org Git - clang/blobdiff - test/CodeGen/bitfield.c
pull .ll and .bc writing out of the ASTConsumer destructors into some top
[clang] / test / CodeGen / bitfield.c
index 441a54a6732891b4fa332ca1302a7df6d775d28b..70414a9c1e3840d31e28bb07169e925e67b29e31 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang %s -emit-llvm > %t1
+// RUN: clang %s -emit-llvm -o - > %t1
 // RUN: grep "shl i32 %tmp, 19" %t1 &&
 // RUN: grep "ashr i32 %tmp1, 19" %t1 &&
 // RUN: grep "shl i16 %tmp4, 1" %t1 &&