[PATCH] D146169: Non-debuginfo JITLink perf jitdump support

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 16:12:09 PDT 2023


lhames added a comment.

Oh, and the execution test will need a `# REQUIRES: native && target-x86_64` line to prevent it running on other architectures (e.g. https://lab.llvm.org/buildbot#builders/230/builds/11974).

Side note: I should probably add nice error message to `llvm-jitlink` for "you're trying to run code from a different architecture", rather than just jumping straight into it. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146169



More information about the llvm-commits mailing list