[llvm-bugs] [Bug 48138] New: update_llc_test_checks/arm-function-name.ll fails with just ARM target

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 10 09:07:38 PST 2020


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

            Bug ID: 48138
           Summary: update_llc_test_checks/arm-function-name.ll fails with
                    just ARM target
           Product: Test Suite
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: lit
          Assignee: unassignedbugs at nondot.org
          Reporter: paul_robinson at playstation.sony.com
                CC: daniel at zuster.org, llvm-bugs at lists.llvm.org

If you have ARM configured but not AArch64, this test fails; I believe it's
because the test input uses a triple `arm64-unknown-linux` and llc can't
understand that triple if it doesn't have AArch64.

Naively moving the offending RUN line to the equivalent aarch64 test isn't
enough, I tried that in e7256825 but more needs to happen to get it to work.

-- 
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/20201110/8b1a1423/attachment.html>


More information about the llvm-bugs mailing list