List all sections removed by garbage collection. This option is only effective if garbage collection has been enabled via the `--gc-sections' option.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| ELF/Writer.cpp | ||
|---|---|---|
| 537 | If a function does not refer any member variable of a class, non-member function is preferred over member function. | |
| 541–542 | Since this is not a warning, don't use warning(). Instead, write the message out to llvm::errs(). | |
| 579–580 | if (isDiscarded(C)) {
reportDiscarded(C, F);
continue;
} | |
If a function does not refer any member variable of a class, non-member function is preferred over member function.