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 | ||
---|---|---|
536 | If a function does not refer any member variable of a class, non-member function is preferred over member function. | |
540–541 | Since this is not a warning, don't use warning(). Instead, write the message out to llvm::errs(). | |
578–581 | 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.