mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2024-11-26 10:05:39 +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_USE_INTEL_JITEVENTS=ON
|
||||||
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||||
- -DCMAKE_CXX_STANDARD=17
|
- -DCMAKE_CXX_STANDARD=17
|
||||||
|
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3-llvm/ittapi
|
||||||
cleanup:
|
cleanup:
|
||||||
- '*'
|
- '*'
|
||||||
sources:
|
sources:
|
||||||
|
@ -178,6 +179,10 @@ modules:
|
||||||
url: https://github.com/RPCS3/llvm-mirror.git
|
url: https://github.com/RPCS3/llvm-mirror.git
|
||||||
branch: master
|
branch: master
|
||||||
commit: 18f153b33bef2a4e29a0478ddd374b1f19316a46
|
commit: 18f153b33bef2a4e29a0478ddd374b1f19316a46
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/intel/ittapi.git
|
||||||
|
dest: ittapi/ittapi
|
||||||
|
disable-shallow-clone: true
|
||||||
|
|
||||||
- name: rpcs3
|
- name: rpcs3
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
|
Loading…
Reference in a new issue