[all-commits] [llvm/llvm-project] e1c0e7: [Dexter] Set ShouldBuild=false for Visual Studio s...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Dec 11 07:19:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1c0e7e515a6fcc8e0cedeaca65015dc27f15ff0
https://github.com/llvm/llvm-project/commit/e1c0e7e515a6fcc8e0cedeaca65015dc27f15ff0
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
Log Message:
-----------
[Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045)
Since Dexter no longer intends to build any code, the ShouldBuild
property in any Visual Studio project being run by Dexter should be
false to ensure that a build step is never invoked by Dexter, whether
the project has already been built or not.
Reviewed by: OCHyams
More information about the All-commits
mailing list