[LLVMbugs] [Bug 13251] SplitVectorResult llvm.x86.avx.round.ps.256: Do not know how to split the result of this operator

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 3 12:39:41 PDT 2012


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

Henning Thielemann <llvm at henning-thielemann.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #10 from Henning Thielemann <llvm at henning-thielemann.de> 2012-07-03 14:39:41 CDT ---
(In reply to comment #9)

> I now see that in gdb the LLVM-3.0 libraries are used and not the LLVM-3.1
> libraries from /usr/local/lib. :-(

GDB pointed me to the problem in an unexpected way. It seems that I was
accidentally linking with LLVM-3.0 in the Haskell code, whereas I linked the C
code above against LLVM-3.1. When linking the C code against LLVM-3.0 I get the
same exception as the Haskell code. Thus I think my problem was linking against
LLVM-3.0 and not LLVM-3.1.

Thank you for help, 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