mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 02:16:06 +00:00
Test commit: reformat comment
llvm-svn: 324889
This commit is contained in:
parent
2d4cdacd26
commit
5170b54013
@ -81,9 +81,9 @@ bool MCWasmStreamer::EmitSymbolAttribute(MCSymbol *S, MCSymbolAttr Attribute) {
|
||||
|
||||
auto *Symbol = cast<MCSymbolWasm>(S);
|
||||
|
||||
// Adding a symbol attribute always introduces the symbol, note that an
|
||||
// important side effect of calling registerSymbol here is to register
|
||||
// the symbol with the assembler.
|
||||
// Adding a symbol attribute always introduces the symbol; note that an
|
||||
// important side effect of calling registerSymbol here is to register the
|
||||
// symbol with the assembler.
|
||||
getAssembler().registerSymbol(*Symbol);
|
||||
|
||||
switch (Attribute) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user