A function with optnone attribute used to cause CodeGen crash on PIC
mode ARM.
This CL fixes it and adds a regression test.
Details
Details
- Reviewers
silviu.baranga
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D12986
Fix an ARM CodeGen crash on optnone attribute tzik on Sep 18 2015, 2:44 PM. Authored by
Details
A function with optnone attribute used to cause CodeGen crash on PIC
Diff Detail
|
We need a comment here explaining why we need this even when not using FastISel and why it's ok to do so.