llvm-project
0354491b - Avoid emitting a linker options section in the compiler if it is empty. (#139821)

Commit
202 days ago
Avoid emitting a linker options section in the compiler if it is empty. (#139821) Recently in some of our internal testing, we noticed that the compiler was sometimes generating an empty linker.options section which seems unnecessary. This proposed change causes the compiler to simply omit emitting the linker.options section if it is empty.
Author
Parents
Loading