Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-08-10 Thread duering_andreas
Hello, currently, I have installed the binutils package in version 2.23.52.20130727-1. $ /usr/bin/ld.gold -v GNU gold (GNU Binutils for Debian 2.23.52.20130727) 1.11 --Andreas Duering -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-08-09 Thread Léo Cavaillé
Hello, Thanks for the update, Could you please tell us what version of binutils/binutils-gold you are using ? I am currently investigating something going wrong in the linker, haven't tested with new clang version and i386 though, it could be related. See #718357 -- Léo -- To UNSUBSCRIBE, ema

Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-08-09 Thread Andreas Duering
Hello again, I just upgraded the clang and llvm packages to version 3.3-5. With that version, the first error coming up is /usr/bin/ld: error: /usr/bin/../lib/LLVMgold.so: could not load plugin library: /usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory

Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-07-29 Thread Andreas Duering
Hello, thanks for your reply. I installed the clang-3.3 package and llvm-3.3-dev. I do not get the "cannot open shared object file" message as in the mentioned bug, but compiling a simple hello world program still failed with the "Invalid bitcode signature" error (see attached log file). Ho

Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-07-29 Thread Léo Cavaillé
Hello, I believe the bug you reported has been fixed by a patch in llvm-toolchain-3.3 (not yet in testing). The bug is likely to be the same as bug #712437. The 3.3 release is the latest stable release of clang available upstream. Let me know if the problem is still there (I have not tested it o

Bug#718000: llvm-dev: LLVM gold plugin has failed to create LTO module: Invalid bitcode signature

2013-07-27 Thread duerspm
Package: llvm-dev Version: 1:3.2-19 Severity: important Tags: upstream Dear Maintainer, * What led up to the situation? Compiling a simple hello world program written in C works fine with clang compiler unless any of the options -O4 or -emit-llvm is specified. clang -O4 hello.c -o hello clang