On 08/21/2012 06:10 PM, Erik Schnetter wrote: > I notice that the merge included code to make things work with LLVM > 3.2; I am still using LLVM 3.1 locally. Do you have a guess for what > may be going wrong?
Seems related to pocl-llvm-ld's use of LLVM as a dynamic library. Maybe it requires some additional linkage flag in the Makefile.am of llvm-ld for Mac. Background: https://bugs.launchpad.net/pocl/+bug/987878 Now we use our own copy of llvm-ld as pocl-llvm-ld. Static linkage of LLVM libs to it was problematic: http://bazaar.launchpad.net/~pocl/pocl/trunk/revision/343/tools/llvm-ld/Makefile.am -- --Pekka ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
