mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-26 01:55:38 +00:00
rpcs3-llvm: pre-clone ittapi
This commit is contained in:
parent
9dedf9252a
commit
ee68b95d55
|
@ -171,6 +171,7 @@ modules:
|
|||
- -DLLVM_USE_INTEL_JITEVENTS=ON
|
||||
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||
- -DCMAKE_CXX_STANDARD=17
|
||||
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3-llvm/ittapi
|
||||
cleanup:
|
||||
- '*'
|
||||
sources:
|
||||
|
@ -178,6 +179,10 @@ modules:
|
|||
url: https://github.com/RPCS3/llvm-mirror.git
|
||||
branch: master
|
||||
commit: 18f153b33bef2a4e29a0478ddd374b1f19316a46
|
||||
- type: git
|
||||
url: https://github.com/intel/ittapi.git
|
||||
dest: ittapi/ittapi
|
||||
disable-shallow-clone: true
|
||||
|
||||
- name: rpcs3
|
||||
buildsystem: cmake-ninja
|
||||
|
|
Loading…
Reference in a new issue