[LLVMbugs] [Bug 16957] New: Generation of PLT code isn't working for ARM
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 21 10:52:52 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16957
Bug ID: 16957
Summary: Generation of PLT code isn't working for ARM
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: gkeiser at arxan.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
For ARM targets on linux, revision 183966 made Fast ISel default.
Unfortunately, Fast ISel is broken in terms of applying the ARMII::MO_PLT flags
to calls in PIC mode (at least when emitting assembly); it never does this.
The normal ISel pass handles this situation correctly so a temporary local
change to disable FastISel for linux / NaCl targets is working for me right
now.
Repro: Lower any code to assembly, (PLT) will be missing from calls.
--
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/20130821/989214e6/attachment.html>
More information about the llvm-bugs
mailing list