<html>
    <head>
      <base href="http://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 --- - Assembly options not recognized when using integrated assembler"
   href="http://llvm.org/bugs/show_bug.cgi?id=18689">18689</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Assembly options not recognized when using integrated assembler
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>Backend: ARM
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>renato.golin@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>While compiling the Linux kernel with the IAS, we get this two parameter
errors:

/llvmlinux/toolchain/clang/install/bin/clang -gcc-toolchain \
 /llvmlinux/arch/arm/toolchain/codesourcery/arm-2013.05 \
 -Wp,-MD,arch/arm/vfp/.vfphw.o.d  -nostdinc -isystem \
 /llvmlinux/toolchain/clang/install/bin/../lib/clang/3.5/include \
 -I/llvmlinux/targets/vexpress/src/linux/arch/arm/include \
 -Iarch/arm/include/generated  -Iinclude \
 -I/llvmlinux/targets/vexpress/src/linux/arch/arm/include/uapi \
 -Iarch/arm/include/generated/uapi \
 -I/llvmlinux/targets/vexpress/src/linux/include/uapi -Iinclude/generated/uapi
\
 -include /llvmlinux/targets/vexpress/src/linux/include/linux/kconfig.h \
 -D__KERNEL__ -target arm-none-linux-gnueabi  -Qunused-arguments \
 -Wno-unknown-warning-option  -D__ASSEMBLY__ -integrated-as -mfpu=vfp \
 -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a \
 -include asm/unified.h -Wa,-mfpu=softvfp+vfp -mfloat-abi=soft -Wa,--gdwarf-2 \
 -c -o arch/arm/vfp/vfphw.o arch/arm/vfp/vfphw.S

clang-3.5: error: unsupported argument '-mfpu=softvfp+vfp' to option 'Wa,'
clang-3.5: error: unsupported argument '--gdwarf-2' to option 'Wa,'

The easiest solution would be to add them as alias... But the dwarf2 worries
me, since, AFAIK, we can't guarantee it.</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>