summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2013-01-06 00:45:22 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2013-01-06 00:45:22 +0000
commit00744bf49556385e74c42588127281b1fd2913bf (patch)
tree1880d7d84d90362019715d5499e8e7dcdbb1d7fe
parentcd48362e62ba71b1597a07141e1ef1254dc419bd (diff)
downloadbcm5719-llvm-00744bf49556385e74c42588127281b1fd2913bf.tar.gz
bcm5719-llvm-00744bf49556385e74c42588127281b1fd2913bf.zip
[YAML] Fix -Wcovered-switch-default
llvm-svn: 171645
-rw-r--r--lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp b/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
index cadd2637e08..35257320b9d 100644
--- a/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
+++ b/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
@@ -721,7 +721,6 @@ struct MappingTraits<const lld::File*> {
// Eventually we will have an external function to call, similar
// to mappingAtoms() and mappingArchive() but implememented
// with coresponding file format code.
- default:
llvm_unreachable("section based YAML not supported yet");
}
}
OpenPOWER on IntegriCloud