Due to recent timer changes, we need to add LLVM's Core library to avoid undefined symbol errors at link time (llvm::TimePassesIsEnabled) when using LLVM's BUILD_SHARED_LIBS workflow.
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
I haven't proven that r329684 is the source of the regression, but it is the only timer related change in the last 24 hours as far as I can tell.
Comment Actions
Thanks for the pointer! I commented on https://reviews.llvm.org/D43578; I'm hoping there's a fix that doesn't require making so many libs depend on clang's IR library.
Comment Actions
Great! I'll revisit this patch in a week and see if it is still needed. Hopefully the author of D43578 will make this patch unnecessary by then.