[PATCH] D92831: Update references to 'master' branch.

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 00:09:57 PST 2020


kristof.beyls added inline comments.


================
Comment at: llvm/docs/CompileCudaWithLLVM.rst:147
 In clang, ``math.h`` and ``cmath`` are available and `pass
-<https://github.com/llvm/llvm-test-suite/blob/master/External/CUDA/math_h.cu>`_
+<https://github.com/llvm/llvm-test-suite/blob/main/External/CUDA/math_h.cu>`_
 `tests
----------------
For the llvm-test-suite project (rather than the llvm-project project), there is no main branch yet.
So if we'd commit this as is, that would break the link.

@sqlbyme did you have a timeline for when you'd expect to also add a main branch in llvm-test-suite.
If that is expected to happen soon, maybe it's simplest to just wait for that to happen and then commit this patch as a whole?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92831/new/

https://reviews.llvm.org/D92831



More information about the llvm-commits mailing list