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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to