Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
/ swift-llvm Public archive

Commit

Permalink
Fix MCWasmStreamer.cpp after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Oct 15, 2019
1 parent 1aaf97f commit b8d0917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/MC/MCWasmStreamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) {
getAssembler().registerSymbol(*Symbol);

switch (Attribute) {
case MCSA_Cold:
case MCSA_LazyReference:
case MCSA_Reference:
case MCSA_SymbolResolver:
Expand Down

0 comments on commit b8d0917

Please sign in to comment.