[WebAssembly] Fix wasm backend compilation on gcc 5.4: variable name cannot match class
Summary: gcc does not like const Region *Region; It wants a different name for the variable. Is there a better convention for what name to use in such a case? Reviewers: sbc100, aheejin Subscribers: aheejin, jgravelle-google, dschuff, llvm-commits Differential Revision: https://reviews.llvm.org/D50472 Patch by Alon Zakai (kripken) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339398 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment