<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/59713>59713</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            llvm-ml doesn't like labels with same name in different functions
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          glandium
      </td>
    </tr>
</table>

<pre>
    Some Firefox test code has a macro that declares ans uses a label. The macro is used once per function, which apparently masm supports, but llvm-ml doesn't: https://searchfox.org/mozilla-central/rev/963abc662a419920b6cf83bb142de1c6f0056613/toolkit/crashreporter/test/win64UnwindInfoTests.asm#61-70

llvm-ml prints out:
```
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
<instantiation>:5:1: error: symbol 'continue_test' is already defined
continue_test:
^
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzslc1u5CoQhZ8Gb0rdwvh_4UXfJJbu-uauRxjKbSYYLAqn0_P0I9ydSNG8waglC2PXEacOi_okkTk7xJ5V_7DqOZNbnH3oz1Y6bbYlG72-9v_5BWEwASf_AREpgvIaYZYEEhapgoc4ywgalZUBCaQj2ChtwMoR7RFeZ7wrzV7S4J1CWDHAtDkVjXdMPMFlNmoGua4yoIv2CoukBWhbVx8iJcW4RbD2fTksFrRHckw0kRUnmGNciRUnJgYmBkIZ1Dz5j6MPZyaGxf8y1sqDQheDtEwMAd-ZGLq6kKOqayHLvOsEH2s1tcU45qXQmKt64ryq67xgYoje2zcTmRhUkDQHTD1hSBWk9PtiXF3-7y7G6X_d5F-RIh0lLUwUdX5oOOPPjJ9u62eENRgXCfyWMtwFNb8_t8_iyTiK0kUj92sqXlhxqlhxylNsDMGHtKHrMnoLTDTKu2jchj9ufTXpyqUNKPUVNE7Gob4d_V345V-9PJwfzg_nh_Nf4Pw5TDPdF7orOplhn9eNyHnZVW02923LVYdNqVWr8rwRvFRNnYuSd5UYUU2Z6QUXIhei4XlRVe2xVdOkdFlqpbjiHbKS4yKNPaahnniTGaIN-6pr8iLbAUg7X4VweIG9yIRIuA39DoJxOxMruTWJGF-nRBMt9n_ADqx5wxtXCS4mzkByQXBpMQ60mSZM9PwCK2VbsP13Pp5NnLfxqPzCxJAs7q_DGvxPVAlne5_ExLDn-B0AAP__Ud-ceg">