[Dexter] Add option to pass a Visual Studio solution instead of a binaryThis patch allows a visual studio solution file to be passed directlyinto Dexter, instead of using a pre-built binary and a
[Dexter] Add option to pass a Visual Studio solution instead of a binaryThis patch allows a visual studio solution file to be passed directlyinto Dexter, instead of using a pre-built binary and a small internalsolution file with template arguments. This is primarily to allowlaunching an application that has specific launch configurationrequirements, without needing all the details of this configuration tobe built directly into Dexter or adding a config file that simplyduplicates existing settings in the VS solution.Reviewed By: OrlandoDifferential Revision: https://reviews.llvm.org/D110167
show more ...
[RFC][debuginfo-test] Rename debug-info lit tests for general purposesDiscussion thread:https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.htmlMove debuginfo-test into a subdirectory
[RFC][debuginfo-test] Rename debug-info lit tests for general purposesDiscussion thread:https://lists.llvm.org/pipermail/llvm-dev/2021-January/148048.htmlMove debuginfo-test into a subdirectory of a new top-level directory,called cross-project-tests. The new name replaces "debuginfo-test" as anLLVM project enabled via LLVM_ENABLE_PROJECTS.Differential Revision: https://reviews.llvm.org/D95339Reviewed by: aprantl