Use -O1 optimization for arm and armel
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Tue, 31 Jan 2017 04:36:36 +0000 (13:36 +0900)
committerHyung-Kyu Choi <hk0110.choi@samsung.com>
Tue, 31 Jan 2017 12:03:35 +0000 (21:03 +0900)
commit89725716672c39f6831f70c6c94e5055eaca16a4
treebb9d84f77c2e1470ae16922bd42d5714668d0e87
parent24db8645488e684dd36f3ac1c85aa4efaa843e85
Use -O1 optimization for arm and armel

Because there are bugs for -O3 optimization in clang (<=3.8) for arm,
let's use -O1 instead of -O3 for a while.

Related github issue: https://github.com/dotnet/core-setup/issues/790

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/433650d8278203447ff15728028012f3d9bb20f7
src/coreclr/src/pal/tools/clang-compiler-override-arm.txt [new file with mode: 0644]
src/coreclr/src/pal/tools/gen-buildsys-clang.sh