-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hello
I am trying to build SPIRV compiler.
I think i do all according to instructions:
- git clone -b khronos/spirv-3.6.1 https://github.com/KhronosGroup/SPIRV-LLVM.git llvm
- cd llvm/tools
- git clone -b spirv-1.1 https://github.com/KhronosGroup/SPIR clang
- cd ../..
- mkdir build
- cd build
- ../llvm/configure --prefix=$PWD/done --enable-optimized --enable-targets=x86_64
- make
I get error during compiling:
make[2]: *** No rule to make target '/home/nick/opencl/build/Release+Asserts/lib/libLLVMSPIRVLib.a', needed by '/home/nick/opencl/build/Release+Asserts/bin/llvm-c-test'. Stop.
What i am doing wrong?
Besides that i was able to build older version of SPIR compiler from branch spir_12
But as i understand modern compiler is not a SPIR but SPIRV.. I think i should not study solution from older things..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels