commit | 2eb98d819bed3082071a09268b886bc4496c6fb5 | [log] [tgz] |
---|---|---|
author | Andrew MacDonald <andrew@webrtc.org> | Wed Aug 26 21:57:17 2015 |
committer | Andrew MacDonald <andrew@webrtc.org> | Wed Aug 26 21:57:17 2015 |
tree | f556f5db441971a8e9915d9ac134dc27fbb3926b | |
parent | dc5ac617d23aa3f4d4066c83b63554e4676779b3 [diff] |
Re-enable LLVM LTO on Neon targets. LTO was disabled due to a GCC compiler bug that does not affect LLVM. This fixes the build in the cfi_vptr==1 configuration, which requires LLVM LTO. Patch from: https://webrtc-codereview.appspot.com/52269004/ TBR=pcc@google.com BUG=chromium:469376 Review URL: https://codereview.webrtc.org/1318803004 .