search for: cmakedir

Displaying 2 results from an estimated 2 matches for "cmakedir".

Did you mean: makedir
2017 Dec 15
2
llvm-config output on MacOS
...KE_INSTALL_PREFIX=<llvm-install-dir> -DLLVM_ENABLE_PIC=0 <llvm-src-dir>/llvm $ xcodebuild -project LLVM.xcodeproj All binaries are in <llvm-build-dir>/Debug/bin. I am interested in using the output of llvm-config. Now, when I run $ <llvm-build-dir>/Debug/bin/llvm-config --cmakedir <llvm-build-dir>/Debug/lib/cmake/llvm But, $ ls -d `<llvm-build-dir>/Debug/bin/llvm-config --cmakedir` ls: <llvm-build-dir>/Debug/lib/cmake/llvm: No such file or directory instead I have $ ls -d <llvm-build-dir>/lib/cmake <llvm-build-dir>/lib/cmake As seen abov...
2017 Dec 15
2
llvm-config output on MacOS
...NSTALL_PREFIX=<llvm-install-dir> -DLLVM_ENABLE_PIC=0 <llvm-src-dir>/llvm $ xcodebuild -project LLVM.xcodeproj All binaries are in <llvm-build-dir>/Debug/bin. I am interested in using the output of llvm-config. Now, when I run $ <llvm-build-dir>/Debug/bin/llvm-config --cmakedir <llvm-build-dir>/Debug/lib/cmake/llvm But, $ ls -d `<llvm-build-dir>/Debug/bin/llvm-config --cmakedir` ls: <llvm-build-dir>/Debug/lib/cmake/llvm: No such file or directory instead I have $ ls -d <llvm-build-dir>/lib/cmake <llvm-build-dir>/lib/cmake As s...