1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Tweak the DejaGNU voodoo to match Bill's advice.

llvm-svn: 66547
This commit is contained in:
Stuart Hastings 2009-03-10 16:44:45 +00:00
parent b60a074565
commit 7a85288bc5

View File

@ -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.