Hi i'm trying to install tiramisu compiler.
and once trying install it's sub-modules ( (ISL, LLVM and Halide) by using this command
dina@dina-VBox:~/tiramisu$ ./utils/scripts/install_submodules.sh ./
and i get in the end this error
Done installing isl
#### Installing LLVM ####
cd .//3rdParty/llvm
.//utils/scripts/functions.sh: line 6: cd: .//3rdParty/llvm: No such file or directory
even one i do ls i find it
dina@dina-VBox:~/tiramisu/3rdParty$ ls
clang Halide isl llvm
and this is llvm content
dina@dina-VBox:~/tiramisu/3rdParty/llvm$ ls
bindings CMakeLists.txt configure docs include LICENSE.TXT llvm.spec.in README.txt resources test unittests
cmake CODE_OWNERS.TXT CREDITS.TXT examples lib LLVMBuild.txt projects RELEASE_TESTERS.TXT runtimes tools utils
dina@dina-VBox:~/tiramisu/3rdParty/llvm$
What should i do to fix this problem.