[llvm-bugs] [Bug 35189] New: r314561/r314622 + NewGVN cause crash/build failure with LibreOffice

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 2 22:36:23 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=35189

            Bug ID: 35189
           Summary: r314561/r314622 + NewGVN cause crash/build failure
                    with LibreOffice
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Scalar Optimizations
          Assignee: unassignedbugs at nondot.org
          Reporter: lukebenes at hotmail.com
                CC: llvm-bugs at lists.llvm.org

Before r314561, I could build LibreOffice with the NewGVN. After r314561, clang
would crash building the firebird module. After r314622, the build fails during
the basic Unit Testing phase. 


Steps to reproduce:
1. $ git clone git://anongit.freedesktop.org/libreoffice/core
2. $ apt-get build-dep libreoffice 
3. create file autogen.input with CC=clang and CXX=clang++
4. ./autogen.sh && make ENVCFLAGS="-mllvm -enable-newgvn" ENVCFLAGSCXX="-mllvm
-enable-newgvn"


r314561 firebird crash:

https://zerobin.net/?5f7ed7a18356ed5e#hGewdFYM+2Y72x5gaNxyZPQhqg05QOMSAsd1O/4x+Dc=

r314622 build failure:

https://zerobin.net/?1236b71707b52bbd#nAoCi5YyFGdyE86rz08t8NWUu+EvV+vwUHRfG0xt1bA=

-- 
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/20171103/88bf0b30/attachment.html>


More information about the llvm-bugs mailing list