[llvm-commits] [llvm] r45446 - /llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c
Gordon Henriksen
gordonhenriksen at mac.com
Sat Dec 29 21:45:50 PST 2007
Author: gordon
Date: Sat Dec 29 23:45:49 2007
New Revision: 45446
URL: http://llvm.org/viewvc/llvm-project?rev=45446&view=rev
Log:
Strengthening this test so it fails in release mode.
Modified:
llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c
Modified: llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c?rev=45446&r1=45445&r2=45446&view=diff
==============================================================================
--- llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c (original)
+++ llvm/trunk/test/CFrontend/2007-09-20-GcrootAttribute.c Sat Dec 29 23:45:49 2007
@@ -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
{
More information about the llvm-commits
mailing list