diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-03-12 19:39:19 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-03-12 19:39:19 +0000 |
commit | 8859471c51dec420a0b7cfc482fa7b8f8749d383 (patch) | |
tree | 96dec342b14cdd3818c0b9f5afcdb6a0e5a8d951 /clang/test/Driver/warning-options.cpp | |
parent | 2343a74aeb724527e1f865c6065a677cb197598e (diff) | |
download | bcm5719-llvm-8859471c51dec420a0b7cfc482fa7b8f8749d383.tar.gz bcm5719-llvm-8859471c51dec420a0b7cfc482fa7b8f8749d383.zip |
Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.
Those changes were added as a temporary workaround for Xcode 4.5 passing the
-Wno-arc-abi option. Xcode 4.6 does not pass that option so this should no
longer be necessary.
llvm-svn: 176887
Diffstat (limited to 'clang/test/Driver/warning-options.cpp')
-rw-r--r-- | clang/test/Driver/warning-options.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Driver/warning-options.cpp b/clang/test/Driver/warning-options.cpp index f1a335d2139..4d9e1f7466d 100644 --- a/clang/test/Driver/warning-options.cpp +++ b/clang/test/Driver/warning-options.cpp @@ -3,11 +3,6 @@ // RUN: %clang -### -Wlarge-by-value-copy=128 %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_JOINED %s // LARGE_VALUE_COPY_JOINED: -Wlarge-by-value-copy=128 -// 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' - // Check that -isysroot warns on nonexistent paths. // RUN: %clang -### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s // CHECK-ISYSROOT: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO' |