[WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attribute

llvm-svn: 316220
This commit is contained in:
Sam Clegg 2017-10-20 17:41:12 +00:00
parent f9b72327b0
commit 85ddec20ba
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) {
case MCSA_Invalid:
case MCSA_IndirectSymbol:
case MCSA_Hidden:
case MCSA_Protected:
return false;
case MCSA_Weak: