Android, in particular, got PIE enabled by default in r316606. It resulted in
relocatable links passing both -r and -pie to the linker, which is not allowed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Differential D44229
Don't use -pie in relocatable link. eugenis on Mar 7 2018, 3:04 PM. Authored by
Details Android, in particular, got PIE enabled by default in r316606. It resulted in
Diff Detail
|