[LLVMbugs] [Bug 18760] trunk miscompiles vlc on powerpc64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 9 06:32:44 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18760

Hal Finkel <hfinkel at anl.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Hal Finkel <hfinkel at anl.gov> ---
Your configure command implied the availability of many libraries I don't have
on my ppc64 development system, and I suspect it would take me many hours just
to install them.

I was able to build with r223729:

./configure --enable-vlc --enable-altivec
CC=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang
CXX=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang++ --disable-lua
--disable-mad --disable-avcodec --disable-swscale --disable-a52 --disable-xcb
--disable-alsa --disable-libgcrypt

And, with this, the 'GEN      ../modules/plugins.dat' stage completes without
error. As such, I'm going to assume this has now been fixed (I'm assuming that
whatever bug was causing the generation of the plugins.dat file to crash is not
particularly sensitive to the exact plugins enabled). If not, please help cut
down the number of configure dependencies and re-open this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141209/46feeae3/attachment.html>


More information about the llvm-bugs mailing list