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

            Bug ID: 39684
           Summary: abi-isel.ll is not testing linux-32-pic
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

There is a typo on line 5:

; RUN: llc < %s -mcpu=generic -mtriple=i686-unknown-linux-gnu
-relocation-model=static -code-model=small -pre-RA-sched=list-ilp | FileCheck
%s -check-prefix=LINUX-32-PIC

I beleive it should say `-relocation-model=pic`.

I tried fixing and then running ./utils/update_llc_test_checks.py but that
generated much bigger diff than I was expecting.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to