summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ObjectYAML/WasmYAML.cpp
diff options
context:
space:
mode:
authorMike Edwards <mike@sqlby.me>2017-09-20 01:21:02 +0000
committerMike Edwards <mike@sqlby.me>2017-09-20 01:21:02 +0000
commitb487bf45f0d457e9811b4345ab8304b76213b302 (patch)
treeb5443f77c1fbe9b45d913aa10856243db3a86c8d /llvm/lib/ObjectYAML/WasmYAML.cpp
parent66a004ac0c25fd200e0b6403aa7b0e93fac0bf4f (diff)
downloadbcm5719-llvm-b487bf45f0d457e9811b4345ab8304b76213b302.tar.gz
bcm5719-llvm-b487bf45f0d457e9811b4345ab8304b76213b302.zip
Reverting due to Green Dragon bot failure.
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/42594/ llvm-svn: 313706
Diffstat (limited to 'llvm/lib/ObjectYAML/WasmYAML.cpp')
-rw-r--r--llvm/lib/ObjectYAML/WasmYAML.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ObjectYAML/WasmYAML.cpp b/llvm/lib/ObjectYAML/WasmYAML.cpp
index a5c1d13598c..8aea8cfb4bc 100644
--- a/llvm/lib/ObjectYAML/WasmYAML.cpp
+++ b/llvm/lib/ObjectYAML/WasmYAML.cpp
@@ -60,7 +60,6 @@ static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) {
IO.mapRequired("DataSize", Section.DataSize);
IO.mapRequired("DataAlignment", Section.DataAlignment);
IO.mapOptional("SymbolInfo", Section.SymbolInfos);
- IO.mapOptional("SegmentNames", Section.SegmentNames);
}
static void sectionMapping(IO &IO, WasmYAML::CustomSection &Section) {
OpenPOWER on IntegriCloud