diff options
author | Greg Bedwell <greg_bedwell@sn.scee.net> | 2017-08-03 17:55:54 +0000 |
---|---|---|
committer | Greg Bedwell <greg_bedwell@sn.scee.net> | 2017-08-03 17:55:54 +0000 |
commit | fd2c3795682fb9a3139f6411b1cf27c1304a66fc (patch) | |
tree | f59b2688f86fbf1dbcdcb93979248f3de8fa6d9f /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 9a18a6f08b029e452b232ba3990efb5c9e168675 (diff) | |
download | bcm5719-llvm-fd2c3795682fb9a3139f6411b1cf27c1304a66fc.tar.gz bcm5719-llvm-fd2c3795682fb9a3139f6411b1cf27c1304a66fc.zip |
Fix check-lit compatibility with multi-config CMake generators
Multi-configuration CMake generators such as those for Visual Studio or Xcode do not
specify a build config at configure time, but let the user choose at build
time. In these cases binaries go into build/${Configuration}/bin rather than
build/bin. Prior to this commit, check-lit would fail when using multi-configuration
generators as it did not know how to resolve ${Configuration} in order
to find tools such as FileCheck. This commit teaches it to resolve
llvm_tools_dir within lit using the value specified with --param
build_mode.
Differential Revision: https://reviews.llvm.org/D36263
llvm-svn: 309967
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
0 files changed, 0 insertions, 0 deletions