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

            Bug ID: 46140
           Summary: [AVR] Implement a subclass of clang::ABIInfo that is
                    binary-compatible with AVR-GCC
           Product: clang
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: ABI, accepts-invalid, miscompilation
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangb...@nondot.org
          Reporter: m...@dylanmckay.io
                CC: llvm-bugs@lists.llvm.org, neeil...@live.com,
                    richard-l...@metafoo.co.uk

Currently, AVR under Clang uses the default ABI implementation -
clang::DefaultABIInfo.

There will be cases where the default ABI implementation is binary-incompatible
with AVR-GCC. A new AVR-specific calling convention ABIInfo subclass should be
written.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to