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