OSDN Git Service

[WebAssembly] Fix build error in wasm YAML code
authorSam Clegg <sbc@chromium.org>
Wed, 10 May 2017 00:14:04 +0000 (00:14 +0000)
committerSam Clegg <sbc@chromium.org>
Wed, 10 May 2017 00:14:04 +0000 (00:14 +0000)
commitbde17ff28a21fb30aa753bbe5b0c8b5ec7716cf9
treeb37b7acb67f990b7ff6986acdf3630881d04ba07
parent4daaa86b34be0d16f520bce33bf6ae901dcbeddf
[WebAssembly] Fix build error in wasm YAML code

This warning didn't show up on my local build
but is causing the bots to fail.  Seems like a
bad idea to have types and variables with the
same name anyhow.

Differential Revision: https://reviews.llvm.org/D33022

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302606 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ObjectYAML/WasmYAML.h
lib/ObjectYAML/WasmYAML.cpp
tools/obj2yaml/wasm2yaml.cpp
tools/yaml2obj/yaml2wasm.cpp