DescriptionSupport -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
Committed: 88005a1e1adeff1df374266820b61c6304e2e124
Patch Set 1 #Patch Set 2 : Add LOCALMOD markers #Patch Set 3 : Test for -malign-double #
Total comments: 4
Patch Set 4 : Code review feedback #
Messages
Total messages: 11 (2 generated)
|