[cfe-commits] r166540 - /cfe/trunk/test/Driver/warning-options.cpp

Nico Weber nicolasweber at gmx.de
Tue Oct 23 19:37:03 PDT 2012


Author: nico
Date: Tue Oct 23 21:37:03 2012
New Revision: 166540

URL: http://llvm.org/viewvc/llvm-project?rev=166540&view=rev
Log:
Add a test for -Warc-abi as requested by Fariborz.

Modified:
    cfe/trunk/test/Driver/warning-options.cpp

Modified: cfe/trunk/test/Driver/warning-options.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/warning-options.cpp?rev=166540&r1=166539&r2=166540&view=diff
==============================================================================
--- cfe/trunk/test/Driver/warning-options.cpp (original)
+++ cfe/trunk/test/Driver/warning-options.cpp Tue Oct 23 21:37:03 2012
@@ -8,3 +8,8 @@
 // CHECK: unknown warning option '-Wmonkey'
 // CHECK: unknown warning option '-Wno-monkey'
 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-argument'?
+
+// FIXME: Remove this together with -Warc-abi once an Xcode is released that doesn't pass this flag.
+// RUN: %clang -### -Warc-abi -Wno-arc-abi %s 2>&1 | FileCheck -check-prefix=ARCABI %s
+// ARCABI-NOT: unknown warning option '-Warc-abi'
+// ARCABI-NOT: unknown warning option '-Wno-arc-abi'





More information about the cfe-commits mailing list