Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2009-03-09-WeakDeclarations-1.c
index a0b7efbfef248e701d47085d19e180f4cad8c117..13ea84f7bae92d5e6a3a6409557ce2c0aa24b452 100644 (file)
@@ -1,8 +1,8 @@
-// RUN: $llvmgcc $test -c -o /dev/null |& \
+// RUN: %llvmgcc_only %s -c -o /dev/null |& \
 // RUN: egrep {(14|15|22): warning:} | \
 // RUN: wc -l | grep --quiet 3
-// TARGET: *-*-darwin
-// XFAIL: alpha|ia64|sparc
+// XTARGET: darwin,linux
+// XFAIL: *
 // END.
 // Insist upon warnings for inappropriate weak attributes.
 // Note the line numbers (14|15|22) embedded in the check.