[PATCH] D37517: [ELF] - Report orphan sections if -verbose given.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 12:23:30 PDT 2017


ruiu added a comment.

`log()` is a regular function, so its argument is evaluated first and then its value is passed to `log()`. That means `toString(S)` is always executed even if it's not going to be written. Is it slow? (I do not request you update this patch, but I'm wondering whether it's negligible or not.)


https://reviews.llvm.org/D37517





More information about the llvm-commits mailing list