commit | 38f082f0411f603f522149b7fbfc600fd1b6b51c | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Aug 22 15:58:20 2023 +0900 |
committer | Yi Kong <yikong@google.com> | Tue Aug 22 16:00:24 2023 +0900 |
tree | 1301838f8ca8dd203d5d66375da388c2864cba81 | |
parent | 7f2619ddff956c25bff0120550b33b706448138f [diff] |
Workaround Clang hangs indefinitely When building the function under -O1, Clang hangs indefinitely. It works fine under either -O0 or -O2. Workaround by turning off optimization for just the offending function. Test: presubmit Bug: 296850773 Bug: 294796809 Change-Id: Ia72a9e9e56183d71296cd5d8628461197cb5b2a4