commit | 53472ff9f59c6e6d1494fe767b9137794b8d5f0f | [log] [tgz] |
---|---|---|
author | Santiago Aboy Solanes <solanes@google.com> | Thu Jul 13 12:36:00 2023 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Thu Jul 13 22:11:16 2023 +0000 |
tree | 030fed9bca531a2c38db42157c8159824f45756f | |
parent | 2961b849b46d84d06284d88f80b5950a1a4860d5 [diff] |
Turn off LTO for libopenjdkjvmti Global ThinLTO was enabled by default and this broke some of the ART tests e.g. https://ci.chromium.org/ui/p/art/builders/ci/angler-armv7-non-gen-cc/3094/overview. We can work around it by disabling it for some of our code. Bug: 169004486 Bug: 291054002 Test: chroot + art/test/testrunner/testrunner.py --target --64 --optimizing -t 999 Change-Id: Ieab927ba87c905ad8e1b75b03847133c274971e9