search for: top_level_dir

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

2019 Oct 25
2
git llvm push not working?
Hi, I tried to push the diff https://reviews.llvm.org/D69438 to trunk following instructions at https://llvm.org/docs/GettingStarted.html#commit-from-git Specially, I have done the following setup: $ export PATH=$PATH:$TOP_LEVEL_DIR/llvm-project/llvm/utils/git-svn/ But my `git llvm push` did not really do the push as shown below: -bash-4.4$ git llvm push `git fetch https://github.com/llvm/llvm-project.git master` printed to stderr: From https://github.com/llvm/llvm-project * branch master ->...