ec224d5072f4af2b01aa0e4f06b161246054b028
Make 4.0 (and Kati) removed the implicit sort from the $(wildcard) function. In order to ensure that makefiles are always loaded in the same order, and an explicit sort. This shouldn't matter, but some makefiles are modifying variables used by siblings (LLVM_ROOT_PATH under frameworks/compile). In this case, the path value still pointed to the same path, it just had extra '..' references, and was enough to cause the binaries to be different. Change-Id: Ief6551f999351ee2c193275aaae426dc064f8b34
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%