[PATCH] D24826: [LTO] Add -flto-jobs=N to control backend parallelism
Andrew Ford via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 23 16:38:30 PDT 2016
andrewford added a subscriber: andrewford.
andrewford added a comment.
This is breaking our android lldb build, because it uses std::to_string. Looks like there is llvm::to_string, which should be preferred. Would someone mind changing it? I don't have commit access or I would myself. :)
Thanks in advance
Repository:
rL LLVM
https://reviews.llvm.org/D24826
More information about the cfe-commits
mailing list