commit | 605ea9bc25022747e435e57ee7b578e1fc220a63 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Sat Sep 12 20:07:39 2015 |
committer | Petr Hosek <phosek@chromium.org> | Sat Sep 12 20:07:39 2015 |
tree | fdd210d13e2c401b893baecbea839836a2def5f6 | |
parent | 88005a1e1adeff1df374266820b61c6304e2e124 [diff] |
Use LLVM args to handle -malign-double option We previously used CPU features to pass the align-double option from the driver to the frontend, but these passed to backend causing spurious warnings. The implementation now uses LLVM args instead which doesn't have the same side-effect. BUG=none R=dschuff@chromium.org Review URL: https://codereview.chromium.org/1323073010 .