[PATCH] D22987: [lldb][cmake] Remove libclang as an lldbBase dependency (NFCI)
Zachary Turner via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 11:12:56 PDT 2016
zturner added a comment.
For me:
with patch: command took 0:8:6.80 (486.80s total)
without patch: command took 0:10:49.74 (649.74s total)
So almost exactly a 25% savings. Pretty respectable. Do we at least need to add a dependency on the `clang-tblgen` target? Or is this ok without that?
https://reviews.llvm.org/D22987
More information about the llvm-commits
mailing list