[llvm-bugs] [Bug 26442] New: -m32 -miamcu doesn't work for Linux/x86 clang

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Feb 2 11:13:16 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26442

            Bug ID: 26442
           Summary: -m32 -miamcu doesn't work for Linux/x86 clang
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: kevin.b.smith at intel.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

GCC 6 targeting Linux/x86 supports "-m32 -miamcu" which generates codes
conforming to IA MCU psABI.  With clang, I got

[hjl at gnu-6 tmp]$
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/bin/clang -c
-m32 -miamcu -S e.i
clang-3.9: error: unknown argument: '-miamcu'
[hjl at gnu-6 tmp]$

-- 
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/20160202/b8d21a27/attachment.html>


More information about the llvm-bugs mailing list