As per title. It is required and don't get linked in in some builds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This should solve the build failure with BUILD_SHARED_LIBS=ON (hopefully), but it is not clear *why* it is needed in this case?
Comment Actions
Please go ahead, you pulled some ADT directly in llvm-c-test which requires a direct dependency.
This is covered with static build because cmake will pulled transitive dependency, but not on build with shared libraries for individual components.