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: unassignedb...@nondot.org
          Reporter: lukebe...@hotmail.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to