[PATCH] D16903: Add Support to llvm-c-test dependancies

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 16:19:55 PST 2016


joker.eph accepted this revision.
joker.eph added a comment.
This revision is now accepted and ready to land.

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.


http://reviews.llvm.org/D16903





More information about the llvm-commits mailing list