summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-03-31 16:55:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-03-31 16:55:01 +0000
commit9e135ddd1daadd152f738ecaf3ad89e4fc629604 (patch)
treec2e674889dd633bcf6cf09f7801400f061909e43 /clang
parent28b82bc39ef076527c07718724913f70b5d60b69 (diff)
downloadbcm5719-llvm-9e135ddd1daadd152f738ecaf3ad89e4fc629604.tar.gz
bcm5719-llvm-9e135ddd1daadd152f738ecaf3ad89e4fc629604.zip
Remove unused diagnostic + dead test for it.
llvm-svn: 205220
Diffstat (limited to 'clang')
-rw-r--r--clang/include/clang/Basic/DiagnosticDriverKinds.td2
-rw-r--r--clang/test/Driver/integrated-as.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/clang/include/clang/Basic/DiagnosticDriverKinds.td b/clang/include/clang/Basic/DiagnosticDriverKinds.td
index cdf306eabba..ebaf0211e36 100644
--- a/clang/include/clang/Basic/DiagnosticDriverKinds.td
+++ b/clang/include/clang/Basic/DiagnosticDriverKinds.td
@@ -152,8 +152,6 @@ def warn_drv_pch_not_first_include : Warning<
"precompiled header '%0' was ignored because '%1' is not first '-include'">;
def warn_missing_sysroot : Warning<"no such sysroot directory: '%0'">,
InGroup<DiagGroup<"missing-sysroot">>;
-def warn_missing_debug_compression : Warning<"DWARF compression is not implemented">,
- InGroup<DiagGroup<"missing-debug-compression">>;
def note_drv_command_failed_diag_msg : Note<
"diagnostic msg: %0">;
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
OpenPOWER on IntegriCloud