<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - MIPS ASM doesn't understand certain FreeBSD GAS"
   href="https://llvm.org/bugs/show_bug.cgi?id=29159">29159</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>MIPS ASM doesn't understand certain FreeBSD GAS
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sbruno@freebsd.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>It looks like 32bit MIPS assembler directives in sys/mips/mips/support.S aren't
supported by clang at this time:

/home/sbruno/mips64-clang/sys/mips/mips/support.S:872:10: error: invalid token
in expression
 ld $8, ($5)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:872:11: error: unexpected
token in argument list
 ld $8, ($5)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:875:10: error: invalid token
in expression
 sd $8, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:875:11: error: unexpected
token in argument list
 sd $8, ($4)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:895:10: error: invalid token
in expression
 ld $8, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:895:11: error: unexpected
token in argument list
 ld $8, ($4)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:898:10: error: invalid token
in expression
 sd $8, ($5)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:898:11: error: unexpected
token in argument list
 sd $8, ($5)
          ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:940:10: error: invalid token
in expression
 ld $2, ($4)
         ^
/home/sbruno/mips64-clang/sys/mips/mips/support.S:940:11: error: unexpected
token in argument list
 ld $2, ($4)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>