When using libunwind and not building as standalone project, we can directly depend on the unwind library target.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The previous solution doesn't correctly handle transitive dependencies, while this one does.
Comment Actions
I suppose this would fix the current build failures? e.g. http://lab.llvm.org:8011/builders/libcxx-libcxxabi-libunwind-x86_64-linux-debian/builds/135
In which case I think you can commit this. We are also seeing this failure on our downstream builders.