[LLVMbugs] [Bug 11481] New: Clang binaries for Ubuntu 11.10/x86 contain 64-bit executables (not 32-bit ones)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 5 03:21:55 PST 2011


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

             Bug #: 11481
           Summary: Clang binaries for Ubuntu 11.10/x86 contain 64-bit
                    executables (not 32-bit ones)
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: garen.p at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Simple repro from CLI session:

$ wget
http://llvm.org/releases/3.0/clang+llvm-3.0-i386-linux-Ubuntu-11_10.tar.gz
$ tar xzvfp clang+llvm-3.0-i386-linux-debian.tar.gz
$ ./clang+llvm-3.0-x86_64-linux-Ubuntu-11_10/bin/clang -v
-bash: ./clang+llvm-3.0-x86_64-linux-Ubuntu-11_10/bin/clang: cannot execute
binary file
$ file clang+llvm-3.0-x86_64-linux-Ubuntu-11_10/bin/clang
clang+llvm-3.0-x86_64-linux-Ubuntu-11_10/bin/clang: ELF 64-bit LSB executable,
x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux
2.6.15, stripped

Note the "ELF 64-bit" part in the last command.

-- 
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