[PATCH] D11147: [ARM] Changes to Arch/CPU handling to help with -Wa, -mfpu etc. (nfc)

Renato Golin renato.golin at linaro.org
Mon Jul 13 08:41:47 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.

To be able to handle -Wa, options in the assembler (ClangAs), we need to
make the handling of options based on the value of the options, not direct
Arguments from the list, since the list is immutable.

No functional change in this patch, but this allows validating of -Wa,-mfpu
and friends in the same way we validate -mfpu and friends, *just* for the
assembler.

Prepares for the PR20700 fix.

Repository:
  rL LLVM

http://reviews.llvm.org/D11147

Files:
  lib/Driver/ToolChain.cpp
  lib/Driver/Tools.cpp
  lib/Driver/Tools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11147.29578.patch
Type: text/x-patch
Size: 10380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150713/6a9645d5/attachment.bin>


More information about the cfe-commits mailing list