commit | 7faa96991e5f362d1d1e92666ebedf870bad9140 | [log] [tgz] |
---|---|---|
author | thakis <thakis@chromium.org> | Wed Dec 02 02:16:06 2015 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 02 02:17:19 2015 |
tree | 41d175bb15b8dda52c7d9861e100d5ec436c6a79 | |
parent | 8632fc086941dbb745ac798c645494998077f0ce [diff] |
clang/arm: Push -no-integrated-as into the four targets that need it. clang's integrated assembler does not support old-style ARM assembly, but the assembly itself generates is always modern so it's ok to use the integrated assembler for all .cc compilations. Three projects have old and crufty .S ARM asm files, so push -no-integrated-as into these three projects. We can then clean those up asynchronously, while this change makes sure no other projects with old assembly make it into the tree. Depends on: https://codereview.webrtc.org/1484103002/ https://codereview.webrtc.org/1486143002/ https://codereview.chromium.org/1485143002/ https://chromium-review.googlesource.com/#/c/315110/2 BUG=124610 Review URL: https://codereview.chromium.org/1484883002 Cr-Commit-Position: refs/heads/master@{#362584}