search for: dllvm_targets_to_buld

Displaying 1 result from an estimated 1 matches for "dllvm_targets_to_buld".

Did you mean: dllvm_targets_to_build
2018 Mar 15
1
"Build Experimental Targets not working"
...NTAL_TARGETS_TO_BUILD` as well (or instead?). So I compiled with these options: cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_C_COMPILER=gcc > -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=../install > -DLLVM_OPTIMIZED_TABLEGEN=On -LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="RISCV" > -DLLVM_TARGETS_TO_BULD="RISCV" .. > However after completing that compilation I get this message: CMake Warning: > Manually-specified variables were not used by the project: > LLVM_TARGETS_TO_BULD And RISCV does not show up as a target in `llc --version` -- Ahmed Samara M.S. Computer Engine...