commit | 88005a1e1adeff1df374266820b61c6304e2e124 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Fri Sep 04 18:44:02 2015 |
committer | Petr Hosek <phosek@chromium.org> | Fri Sep 04 18:44:02 2015 |
tree | 148ffdd5d7161ff8b3122e598f3482c0bf3bcb43 | |
parent | a9fdf00b324f8cb00b5709c8015ecbd170250fe8 [diff] |
Support -malign-double option While LLVM supports the `-malign-double` option, Clang does not. Passing in `-mllvm -malign-double` cannot be used as a workaround as it will result in different machine description being used by Clang and LLVM. This change adds support for `-malign-double` option directly into Clang and sets the machine description accordingly. BUG=none R=dschuff@chromium.org Review URL: https://codereview.chromium.org/1310173005 .