[llvm-commits] [llvm] r66547 - /llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c

Stuart Hastings stuart at apple.com
Tue Mar 10 09:44:46 PDT 2009


Author: stuart
Date: Tue Mar 10 11:44:45 2009
New Revision: 66547

URL: http://llvm.org/viewvc/llvm-project?rev=66547&view=rev
Log:
Tweak the DejaGNU voodoo to match Bill's advice.

Modified:
    llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c

Modified: llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c?rev=66547&r1=66546&r2=66547&view=diff

==============================================================================
--- llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c (original)
+++ llvm/trunk/test/FrontendC/2009-03-09-WeakDeclarations-1.c Tue Mar 10 11:44:45 2009
@@ -1,8 +1,8 @@
 // RUN: $llvmgcc $test -c -o /dev/null |& \
 // RUN: egrep {(14|15|22): warning:} |	\
 // RUN: wc -l | grep --quiet 3
-// TARGET: *-*-darwin
-// XFAIL: alpha|ia64|sparc
+// XTARGET: darwin
+// XFAIL: *
 // END.
 // Insist upon warnings for inappropriate weak attributes.
 // Note the line numbers (14|15|22) embedded in the check.





More information about the llvm-commits mailing list