[LLVMbugs] [Bug 17939] New: clang-cl produces wrong module machine type on x64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 15 04:52:49 PST 2013


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

            Bug ID: 17939
           Summary: clang-cl produces wrong module machine type on x64
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: timurrrr at google.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

$ clang-cl -### -c test.cpp
... "-triple" "i686-pc-win32" ...

$ clang-cl -c test.cpp
$ dumpbin /HEADERS test.obj
...
FILE HEADER VALUES
             14C machine (x86)

Expected:
            8664 machine (x64)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131115/2d4c082b/attachment.html>


More information about the llvm-bugs mailing list