[PATCH] D91935: [MCJIT]: Add cmake variables to support llorg builds

Alexey Bader via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 03:56:21 PST 2020


bader requested changes to this revision.
bader added a comment.
This revision now requires changes to proceed.

I also suggest using CMake's ExternalProject_Add command to checkout sources instead of running a set of `execute_process` commands.



================
Comment at: llvm/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt:15
 
 if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/ittapi)
+    execute_process(COMMAND ${GIT_EXECUTABLE} clone ${ITTAPI_GIT_REPOSITORY}
----------------
CMAKE_CURRENT_SOURCE_DIR -> ITTAPI_SOURCE_DIR 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91935



More information about the llvm-commits mailing list