Changes in directory llvm/test/Regression/CFrontend:

2006-01-23-FileScopeAsm.c added (r1.1)
---
Log message:

new c front-end testcase


---
Diffs of the changes:  (+8 -0)

 2006-01-23-FileScopeAsm.c |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm/test/Regression/CFrontend/2006-01-23-FileScopeAsm.c
diff -c /dev/null llvm/test/Regression/CFrontend/2006-01-23-FileScopeAsm.c:1.1
*** /dev/null   Mon Jan 23 23:01:49 2006
--- llvm/test/Regression/CFrontend/2006-01-23-FileScopeAsm.c    Mon Jan 23 
23:01:39 2006
***************
*** 0 ****
--- 1,8 ----
+ // RUN: %llvmgcc %s -S -o - | gccas | llvm-dis | grep foo[12345] | wc -l | 
grep 5
+ // XFAIL: *
+ 
+ __asm__ ("foo1");
+ __asm__ ("foo2");
+ __asm__ ("foo3");
+ __asm__ ("foo4");
+ __asm__ ("foo5");



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to