[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c
Reid Spencer
reid at x10sys.com
Thu Sep 28 14:36:36 PDT 2006
Changes in directory llvm/test/Regression/CFrontend:
2005-12-04-AttributeUsed.c updated: 1.1 -> 1.2
---
Log message:
Use the -emit-llvm switch to generate LLVM assembly that can be parsed
by the test case.
---
Diffs of the changes: (+1 -1)
2005-12-04-AttributeUsed.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c
diff -u llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c:1.1 llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c:1.2
--- llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c:1.1 Sun Dec 4 22:48:12 2005
+++ llvm/test/Regression/CFrontend/2005-12-04-AttributeUsed.c Thu Sep 28 16:36:21 2006
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -o - | llvm-as | llvm-dis | grep llvm.used | grep foo | grep X
+// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llvm-dis | grep llvm.used | grep foo | grep X
int X __attribute__((used));
int Y;
More information about the llvm-commits
mailing list