[all-commits] [llvm/llvm-project] 149706: [lldb/Test] Add unittest for FileSpec::operator bo...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Mar 18 15:08:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 14970669ddedb07b68518ae708889e54e6d6eeb9
https://github.com/llvm/llvm-project/commit/14970669ddedb07b68518ae708889e54e6d6eeb9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M lldb/unittests/Utility/FileSpecTest.cpp
Log Message:
-----------
[lldb/Test] Add unittest for FileSpec::operator bool()
Commit: 5ffb30fd6c7faff314b01ef0dc75f2683ca85cdf
https://github.com/llvm/llvm-project/commit/5ffb30fd6c7faff314b01ef0dc75f2683ca85cdf
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
M lldb/unittests/Platform/PlatformDarwinTest.cpp
Log Message:
-----------
[lldb/PlatformDarwin] Expose current toolchain and CL tools directory
Expose two methods to find the current toolchain and the current command
line tools directory. These are used by Swift to find the resource
directory.
Compare: https://github.com/llvm/llvm-project/compare/f951b0f82dff...5ffb30fd6c7f
More information about the All-commits
mailing list