Skip to content

Commit

Permalink
[WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attribute
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316220 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sbc100 committed Oct 20, 2017
1 parent 5854166 commit 711a23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MC/MCWasmStreamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 711a23d

Please sign in to comment.