罗勇刚(Yonggang Luo) via llvm-dev
2018-Mar-14 03:28 UTC
[llvm-dev] ARM7EJ-S doesn't present in ARM.td
May I submit a patch about this? -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180314/425354b9/attachment.html>
Peter Smith via llvm-dev
2018-Mar-14 09:31 UTC
[llvm-dev] ARM7EJ-S doesn't present in ARM.td
There isn't anything stopping you posting a patch, see https://llvm.org/docs/DeveloperPolicy.html . Finding a willing reviewer might be more challenging as it isn't as simple as just adding a line to ARM.td, existing tests may need to be updated, and tests that cover the selection of arm7ej-s will need adding. If you are just wanting to generate code for the cpu I recommend using -march=armvte Peter On 14 March 2018 at 03:28, 罗勇刚(Yonggang Luo) via llvm-dev <llvm-dev at lists.llvm.org> wrote:> May I submit a patch about this? > > -- > 此致 > 礼 > 罗勇刚 > Yours > sincerely, > Yonggang Luo > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Maybe Matching Threads
- Does llvm support for the arm7(ARM7EJ-S) (ARMv5TE) properly?
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Summer of Code ideas
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- Dwarf.h & Dwarf.def & Dwarf.cpp doesn't belong to Supoort, belogns to DebugInfo.