[PATCH] D44153: Build system changes for RISCV
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 14:11:47 PST 2018
asb added a comment.
Actually, looking again I'm not having any problems building just the RISCV backend even without this patch. e.g. an invocation like the following seems fine:
cmake -G Ninja -DCMAKE_BUILD_TYPE="Debug" \
-DBUILD_SHARED_LIBS=True -DLLVM_USE_SPLIT_DWARF=True \
-DLLVM_OPTIMIZED_TABLEGEN=True \
-DLLVM_BUILD_TESTS=True \
-DLLVM_TARGETS_TO_BUILD="RISCV" \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="RISCV" ../
cmake --build .
Could you please clarify exactly which build problems this fixes?
Repository:
rL LLVM
https://reviews.llvm.org/D44153
More information about the llvm-commits
mailing list