When I run llvm/utils/docker/build_docker_image.sh script to build clang
with Dockerfile. I met an error that I cannot checkout code by svn. So I
use git to checkout code from Github instead of svn.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This looks reasonable to me, thanks! I'm not very familiar with this code but the svn version is definitely busted now.
(Please upload diffs with full context (-U99999) to make it possible to browse the whole file)
Comment Actions
(Please upload diffs with full context (-U99999) to make it possible to browse the whole file)
OK, Thank you for your guidance. I'll do it.