[PATCH] D45672: [llvm-exegesis] InMemoryAssembler: handle return-less targets (e.g. arm).

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 15 09:00:34 PDT 2018


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: tschuett, kristof.beyls, javed.absar, mgorny.

Arm does not have a ret code per se.


Repository:
  rL LLVM

https://reviews.llvm.org/D45672

Files:
  tools/llvm-exegesis/lib/CMakeLists.txt
  tools/llvm-exegesis/lib/InMemoryAssembler.cpp
  unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
  unittests/tools/llvm-exegesis/ARM/InMemoryAssemblerTest.cpp
  unittests/tools/llvm-exegesis/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45672.142571.patch
Type: text/x-patch
Size: 5180 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180415/813ed2c7/attachment.bin>


More information about the llvm-commits mailing list