[PATCH] D17049: [CMake] don't build libLTO when LLVM_ENABLE_PIC is OFF

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 13:29:58 PST 2016


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

The LLVM_ENABLE_PIC option is oddly implemented on Darwin, and is really just broken. I have on my todo list to make better sense of it on Darwin.

This patch looks good, and should land.

Thanks,
-Chris


http://reviews.llvm.org/D17049





More information about the llvm-commits mailing list