[llvm-bugs] [Bug 39684] New: abi-isel.ll is not testing linux-32-pic
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 15 18:28:28 PST 2018
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: unassignedbugs at nondot.org
Reporter: sbc at chromium.org
CC: craig.topper at gmail.com, llvm-bugs at lists.llvm.org,
llvm-dev at redking.me.uk, spatel+llvm at rotateright.com
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181116/d8843697/attachment.html>
More information about the llvm-bugs
mailing list