Displaying 3 results from an estimated 3 matches for "dllvm_path".
2016 Aug 19
6
OT: Cloning llvm repo over low speed connection != fun
...ure can be
a challenge. I'd hate for some ambitious community dev to run into the
same thing and turn away as a result */
------------
CMake Error at CMakeLists.txt:53 (message):
llvm-config not found and LLVM_MAIN_SRC_DIR not defined. Reconfigure with
-DLLVM_CONFIG=path/to/llvm-config or -DLLVM_PATH=path/to/llvm-source-root.
-- Configuring incomplete, errors occurred!
See also "/usr/local/src/libcxxabi/build/CMakeFiles/CMakeOutput.log".
asura at asura-X3:/usr/local/src/libcxxabi/build$ cd ../..
asura at asura-X3:/usr/local/src$ git clone git at github.com:llvm-mirror/llvm.git
Cloni...
2016 Aug 19
2
OT: Cloning llvm repo over low speed connection != fun
...ty dev to run into the
>> same thing and turn away as a result */
>> ------------
>> CMake Error at CMakeLists.txt:53 (message):
>> llvm-config not found and LLVM_MAIN_SRC_DIR not defined. Reconfigure
>> with
>> -DLLVM_CONFIG=path/to/llvm-config or
>> -DLLVM_PATH=path/to/llvm-source-root.
>>
>>
>> -- Configuring incomplete, errors occurred!
>> See also "/usr/local/src/libcxxabi/build/CMakeFiles/CMakeOutput.log".
>> asura at asura-X3:/usr/local/src/libcxxabi/build$ cd ../..
>> asura at asura-X3:/usr/local/src$ gi...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
Hello.
I was trying to compile
https://github.com/llvm/llvm-project/tree/master/libunwind using:
- MSVC
- Clang
I wasn't able to configure this project for using MSVC (directly or via
clang-cl):
>cmake -G Ninja -DLLVM_PATH="C:/Users/clang/llvm-project-10.0.1/llvm"
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX="C:\Users\clang\libunwind_llvm" ../libunwind
-- The C compiler identification is MSVC 19.27.29109.0
-- The CXX compiler identification is MSVC 19.27.29109.0
-- Check for working C compile...