[PATCH] D11148: [ARM] Implement -Wa,-mfpu and friends for assemblers

Renato Golin renato.golin at linaro.org
Mon Jul 13 08:41:49 PDT 2015


rengolin created this revision.
rengolin added reviewers: mcrosier, kristof.beyls, jmolloy.
rengolin added a subscriber: cfe-commits.
rengolin set the repository for this revision to rL LLVM.
Herald added subscribers: rengolin, aemerson.

This patch allows Clang to pass on -Wa,-mfpu, -Wa,-mhwdiv and
-Wa,-mcpu to the integrated assembler (via target-features), but
-march is still not being passed, but validated.

Fixes PR20700.

Repository:
  rL LLVM

http://reviews.llvm.org/D11148

Files:
  lib/Driver/Tools.cpp
  test/Driver/arm-ias-Wa.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11148.29579.patch
Type: text/x-patch
Size: 9727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150713/d080b58d/attachment.bin>


More information about the cfe-commits mailing list