[PATCH] D53424: Enable thread specific cl::opt values for multi-threaded support

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 12:44:44 PDT 2018


kpn added subscribers: chandlerc, reames, sepavloff, skatkov, yrouban, kpn.
kpn added a comment.

Personally, I'd like to see something where developer-only debug options show up in -help-hidden or similar for the correct executable: opt vs llc. Right now I'm pretty sure they don't. I don't have any opinion on how to make that happen, though.

Oh, and +1 to anything that makes startup as a JIT compiler faster.


https://reviews.llvm.org/D53424





More information about the llvm-commits mailing list