When llvm is a part of another project (opencl in my case), CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR are pointing to the parent project, which lead to build failures.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D45328
llvm-exegesis: Fix unittests include dirs when llvm is a part of another project kzhuravl on Apr 5 2018, 10:20 AM. Authored by
Details When llvm is a part of another project (opencl in my case), CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR are pointing to the parent project, which lead to build failures.
Diff Detail
|