commit | 2104b871e14409eef5f154c189aadabf87127b20 | [log] [tgz] |
---|---|---|
author | Sami Tolvanen <samitolvanen@google.com> | Tue Dec 19 08:55:23 2017 -0800 |
committer | Sami Tolvanen <samitolvanen@google.com> | Wed Feb 28 15:09:58 2018 -0800 |
tree | 98035eba0f070b71aa18675199c218a823ccd49a | |
parent | 957e674f13bc3c191cecaddc101a9df1439f78d6 [diff] |
arm64: vdso: disable LTO Due to a bug in clang, vdso fails to build when both LTO_CLANG and CC_OPTIMIZE_FOR_SIZE are enabled: https://bugs.llvm.org/show_bug.cgi?id=32155 Disable LTO for vdso to work around the problem. Bug: 62093296 Bug: 67506682 Change-Id: I1d0279535fd389db4c829e4556f9ef728f240a34 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>