[PATCH] D11472: [ARM] Pass subtarget feature "+strict-align" instead of backend option "arm-strict-align"

Akira Hatanaka ahatanak at gmail.com
Thu Jul 23 12:58:27 PDT 2015


ahatanak created this revision.
ahatanak added reviewers: echristo, dexonsmith, jfb, dschuff.
ahatanak added a subscriber: cfe-commits.
Herald added subscribers: rengolin, jfb, aemerson.

This is change is needed for LTO since anything passed via backend-option does not make it to the backend.

The corresponding llvm patch is here: http://reviews.llvm.org/D11470

http://reviews.llvm.org/D11472

Files:
  lib/Driver/Tools.cpp
  test/Driver/apple-kext-mkernel.c
  test/Driver/arm-alignment.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11472.30513.patch
Type: text/x-patch
Size: 4780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150723/13a903e8/attachment.bin>


More information about the cfe-commits mailing list