https://github.com/DavidTruby closed
https://github.com/llvm/llvm-project/pull/67125
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/DavidTruby updated
https://github.com/llvm/llvm-project/pull/67125
>From 0690521dd83e8fae81f65bce173ed7189ff9307b Mon Sep 17 00:00:00 2001
From: David Truby
Date: Fri, 22 Sep 2023 12:22:49 +
Subject: [PATCH 1/2] [cmake] Add LLVM_FORCE_VC_REVISION option
This patch adds a
https://github.com/tru commented:
It looks fine to me, but maybe we should have an entry for it in the
`CMake.rst` documentation since the other `LLVM_*_VC` options are documented.
https://github.com/llvm/llvm-project/pull/67125
___
cfe-commits mailin
llvmbot wrote:
@llvm/pr-subscribers-clang
Changes
This patch adds a LLVM_FORCE_VC_REVISION option to force a custom
VC revision to be included instead of trying to fetch one from a
git command. This is helpful in environments where git is not
available or is non-functional but the vc revisi
https://github.com/DavidTruby created
https://github.com/llvm/llvm-project/pull/67125
This patch adds a LLVM_FORCE_VC_REVISION option to force a custom
VC revision to be included instead of trying to fetch one from a
git command. This is helpful in environments where git is not
available or is n