1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Suppress ObjC FE warnings, which cause the test to fail.

Warnings are legitimate.

llvm-svn: 52187
This commit is contained in:
Dale Johannesen 2008-06-10 18:00:45 +00:00
parent 6654d90831
commit c1d2ca1701

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -x objective-c++ -c %s -o /dev/null
// RUN: %llvmgcc -w -x objective-c++ -c %s -o /dev/null
@class NSImage;
void bork() {