Arm does not have a ret code per se.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/tools/llvm-exegesis/ARM/InMemoryAssemblerTest.cpp | ||
---|---|---|
70 ↗ | (On Diff #142571) | Can you format this better? |
Paths
| Differential D45672
[llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm). ClosedPublic Authored by courbet on Apr 15 2018, 9:00 AM.
Details Summary Arm does not have a ret code per se.
Diff Detail
Event TimelineHerald added subscribers: tschuett, kristof.beyls, javed.absar, mgorny. · View Herald TranscriptApr 15 2018, 9:00 AM This revision now requires changes to proceed.Apr 15 2018, 9:09 AM This revision is now accepted and ready to land.Apr 15 2018, 9:16 AM Closed by commit rL332331: [llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm). (authored by courbet). · Explain WhyMay 15 2018, 12:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 146755 llvm/trunk/tools/llvm-exegesis/lib/CMakeLists.txt
llvm/trunk/tools/llvm-exegesis/lib/InMemoryAssembler.cpp
llvm/trunk/unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
llvm/trunk/unittests/tools/llvm-exegesis/ARM/InMemoryAssemblerTest.cpp
llvm/trunk/unittests/tools/llvm-exegesis/CMakeLists.txt
|