[PATCH] D86974: [IRSim] Adding basic implementation of llvm-sim.

Andrew Litteken via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 20:34:44 PST 2020


AndrewLitteken updated this revision to Diff 309135.
AndrewLitteken added a comment.

These are updates to try to fix the build problem of the llvm-sim executable not being found for tests on Windows and some Linux builds.  Unfortunately, I do not have the errors anymore.  Is there something else that will need added to add llvm-sim as a tool? The changes I've made reflect what I've found has been done for other tools.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86974/new/

https://reviews.llvm.org/D86974

Files:
  llvm/test/CMakeLists.txt
  llvm/test/lit.cfg.py
  llvm/test/tools/llvm-sim/Inputs/sim1.ll
  llvm/test/tools/llvm-sim/fail-cases.test
  llvm/test/tools/llvm-sim/single-sim-file.test
  llvm/test/tools/llvm-sim/single-sim.test
  llvm/tools/llvm-sim/CMakeLists.txt
  llvm/tools/llvm-sim/llvm-sim.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86974.309135.patch
Type: text/x-patch
Size: 11271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201203/060083d0/attachment.bin>


More information about the llvm-commits mailing list