[PATCH] D58704: Initial (incomplete) implementation of JITLink - A replacement for RuntimeDyld.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 21 12:33:51 PDT 2019


thakis added inline comments.


================
Comment at: llvm/trunk/test/ExecutionEngine/JITLink/MachO_x86-64_relocations.s:3
+# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t/test_x86-64.o %s
+# RUN: llvm-jitlink -noexec -define-abs external_data=0xdeadbeef -define-abs external_func=0xcafef00d -check=%s %t/test_x86-64.o
+
----------------
Should llvm/test/CMakeLists.txt be updated to have a dependency on llvm-jitlink? Looks like check-llvm will now call llvm-jitlink but there's no dependency in place to make sure it's actually built as far as I can tell.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58704





More information about the llvm-commits mailing list