[llvm-bugs] [Bug 32349] New: r294897 + NewGVN cause build failure with LibreOffice
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 20 00:23:33 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32349
Bug ID: 32349
Summary: r294897 + NewGVN cause build failure with LibreOffice
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: lukebenes at hotmail.com
CC: llvm-bugs at lists.llvm.org
After commit r294897, LibreOffice cannot be built with the NewGVN.
Steps to reproduce:
1. $ git clone git://anongit.freedesktop.org/libreoffice/core
2. $ apt-get build-dep libreoffice ( also lo_usefull Shell Script if missing
dep)
3. Remove ccache if it's installed ( ccache generates warning w/ clang)
4. create file autogen.input with CC=clang and CXX=clang++
5 ./autogen.sh && make ENVCFLAGS="-mllvm -enable-newgvn" ENVCFLAGSCXX="-mllvm
-enable-newgvn"
after r294897
build fails with hwpfilter_test_hwpfilter.test' unit test failed
after r296000
LibreOffice will fail with the following error
[CUT] sdext_pdfimport
Test name: (anonymous namespace)::PDFITest::testTdf98421
assertion failed
- Expression: aOutput.indexOf("svg:height=\"-262.82mm\"") != -1
Failures !!!
Run: 6 Failure total: 1 Failures: 1 Errors: 0
Error: a unit test failed, please do one of:
make CppunitTest_sdext_pdfimport CPPUNITTRACE="gdb --args"
# for interactive debugging on Linux
/core/solenv/gbuild/CppunitTest.mk:107: recipe for target
'/core/workdir/CppunitTest/sdext_pdfimport.test' failed
make[1]: *** [/core/workdir/CppunitTest/sdext_pdfimport.test] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:264: recipe for target 'build' failed
make: *** [build] Error 2
--
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/20170320/6f82cd0f/attachment.html>
More information about the llvm-bugs
mailing list