Commits
Sami Tolvanen committed f60143ce126
ANDROID: scripts/mod: disable LTO for empty.c With CONFIG_LTO_CLANG, clang generates LLVM IR instead of ELF object files. As empty.o is used for probing target properties, disable LTO for it to produce an object file instead. Bug: 145210207 Change-Id: I618d8b86ed88ad048abdee3c541ced19d12982c0 Signed-off-by: Sami Tolvanen <samitolvanen@google.com>