summaryrefslogtreecommitdiffstats
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
commit519e3f9a52711be65190f7fa0eca67f15fbfe2ec (patch)
tree5fbf0796f2aedecc8d816df3921c876a185f6379
parent948f36b0a7cd62ec8a0fda3b96c5b637a074da62 (diff)
Remove unused diagnostic + dead test for it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205220 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticDriverKinds.td2
-rw-r--r--test/Driver/integrated-as.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td
index cdf306eabb..ebaf0211e3 100644
--- a/include/clang/Basic/DiagnosticDriverKinds.td
+++ b/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/test/Driver/integrated-as.c b/test/Driver/integrated-as.c
index 06d5ace4a1..c65973ca5f 100644
--- a/test/Driver/integrated-as.c
+++ b/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