[all-commits] [llvm/llvm-project] b98192: [lldb] Move triple construction out of getArchCFla...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 27 09:31:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b981924bdda71b610c349a1d502ba83af632ae98
https://github.com/llvm/llvm-project/commit/b981924bdda71b610c349a1d502ba83af632ae98
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/builders/darwin.py
Log Message:
-----------
[lldb] Move triple construction out of getArchCFlags in DarwinBuilder (NFC)
Move the construction of the triple out of getArchCFlags in the
DarwinBuilder.
Commit: a7e4a1773535c64dea5c1d72d6a0a3e24378eaa1
https://github.com/llvm/llvm-project/commit/a7e4a1773535c64dea5c1d72d6a0a3e24378eaa1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-27 (Thu, 27 Aug 2020)
Changed paths:
M lldb/tools/argdumper/CMakeLists.txt
Log Message:
-----------
[lldb] Make lldb-argdumper a dependency of liblldb
Always make lldb-argdumper a dependency of liblldb. Currently it is only
a dependency of the python swig target because of the relative symlink
in the python resource directory. That means that the dependency won't
be there when LLDB_ENABLE_PYTHON is disabled.
Differential revision: https://reviews.llvm.org/D86722
Compare: https://github.com/llvm/llvm-project/compare/dd04fa17d794...a7e4a1773535
More information about the All-commits
mailing list