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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to