[LLVMbugs] [Bug 13497] Regression(r118070): "Value::replaceAllUsesWith(<null>) is invalid!" assert with -O1 and -fno-builtin when building libxml

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 1 10:09:41 PDT 2012


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

Nuno Lopes <nunoplopes at sapo.pt> changed:

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

--- Comment #6 from Nuno Lopes <nunoplopes at sapo.pt> 2012-08-01 12:09:41 CDT ---
fixed in r161118, thanks!
It's still a bit weird that you want to compile with -fno-builtin and use
__builtin___strcpy_chk() at the same time..  I guess that's coming from the
system headers anyway.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list