diff options
author | Colin Cross <ccross@android.com> | 2015-12-18 17:48:50 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2015-12-18 17:48:50 -0800 |
commit | ba257bc268f4f7ae4bb59d79c20bf0110dcb81fb (patch) | |
tree | 7f2000acd5eff80d65086956860aa999ec754b7f /compiler/driver/compiler_driver_test.cc | |
parent | 2cd15c35df125955e02d9c3c5178d90c6bb9a3bc (diff) |
art: use -O1 to compile tests with clang for arm64
arm64 clang fails to compile art/runtime/arch/stub_test.cc with:
art/runtime/arch/stub_test.cc:178:9: error: inline assembly requires
more registers than available
"sub sp, sp, #64\n\t"
^
Pass -O1 to all art tests compiled with clang for arm64.
Bug: 26275713
Change-Id: Ib1a1c309aef73a2d33d37d720e5e11b8fe7a248e
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
0 files changed, 0 insertions, 0 deletions