diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-03-31 16:55:01 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-03-31 16:55:01 +0000 |
commit | 9e135ddd1daadd152f738ecaf3ad89e4fc629604 (patch) | |
tree | c2e674889dd633bcf6cf09f7801400f061909e43 /clang/test/Driver/integrated-as.c | |
parent | 28b82bc39ef076527c07718724913f70b5d60b69 (diff) | |
download | bcm5719-llvm-9e135ddd1daadd152f738ecaf3ad89e4fc629604.tar.gz bcm5719-llvm-9e135ddd1daadd152f738ecaf3ad89e4fc629604.zip |
Remove unused diagnostic + dead test for it.
llvm-svn: 205220
Diffstat (limited to 'clang/test/Driver/integrated-as.c')
-rw-r--r-- | clang/test/Driver/integrated-as.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/Driver/integrated-as.c b/clang/test/Driver/integrated-as.c index 06d5ace4a19..c65973ca5f3 100644 --- a/clang/test/Driver/integrated-as.c +++ b/clang/test/Driver/integrated-as.c @@ -13,8 +13,3 @@ // NOFIAS-NOT: cc1as // NOFIAS: -cc1 // NOFIAS: -no-integrated-as - -// RUN: %clang -### -c -integrated-as -Wa,-compress-debug-sections -Wno-missing-debug-compression %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG_QUIET %s -// COMPRESS_DEBUG_QUIET-NOT: warning: DWARF compression is not implemented -// COMPRESS_DEBUG_QUIET-NOT: warning: argument unused during compilation -// COMPRESS_DEBUG_QUIET: -cc1 |