Strengthening this test so it fails in release mode.
authorGordon Henriksen <gordonhenriksen@mac.com>
Sun, 30 Dec 2007 05:45:49 +0000 (05:45 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Sun, 30 Dec 2007 05:45:49 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45446 91177308-0d34-0410-b5e6-96231b3b80d8

test/CFrontend/2007-09-20-GcrootAttribute.c

index 621d1353bbabae033889d6b32409aba90c3773ba..23cd37ff6a55a0e1c58049ce36caef53e852b7c2 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: %llvmgcc -S -emit-llvm %s -o - | grep llvm.gcroot
 // RUN: %llvmgcc -S -emit-llvm %s -o - | grep llvm.gcroot | count 6
+// RUN: %llvmgcc -S -emit-llvm %s -o - | llvm-as
 
 typedef struct foo_s
 {