11757f68852ccbd28590c348abe525ed1b645205
With LTO, llvm-nm prints out symbols for each archive member separately, which results in a lot of duplicate dependencies in the .mod file when CONFIG_TRIM_UNUSED_SYMS is enabled. When a module consists of several compilation units, the output can exceed the default xargs command size limit and split the dependency list to multiple lines, which results in used symbols getting trimmed. This change removes duplicate dependencies, which will reduce the probability of this happening and makes .mod files smaller and easier to read. Signed-off-by: Sami Tolvanen <samitolvanen@google.com> Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
…
IMMENSiTY KERNAL for Redmi K20pro / Mi9Tpro
Merged AOSP android-4.14-stable [4.14.192] Latest CAF tag: LE.UM.3.2.3-45100-SA2150p
Description
Languages
C
98%
Assembly
1.3%
Makefile
0.3%
