Files
build_soong/cc
Stephen Crane 10cd187963 Propagate LTO type from binary/DSO to object files
Propagation of LTO flags from a main binary or library to its static
dependencies is necessary so that objects being linked with LTO are built as
bitcode rather than native objects. This propagation was broken when thin LTO
was added to the build system. This patch propagates the LTO mode (thin or full)
down to object and archive dependencies.

Test: Build libhwui with full and thin LTO and check that intermediate objects
are LLVM bitcode.
Change-Id: Ic57a80d75052d86940db076fbc0f5375a79c89a1
2017-12-12 14:33:45 -08:00
..
2017-10-19 22:39:32 +09:00
2017-09-18 23:33:25 -07:00
2017-11-17 11:22:04 -08:00
2017-06-30 21:08:36 +00:00
2016-08-01 14:36:22 -07:00
2017-12-01 00:41:59 +00:00
2017-12-06 13:19:14 -08:00