[all-commits] [llvm/llvm-project] f136ca: Put the arch-dep debugserver files in main CMakeLi...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Feb 28 16:57:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f136ca84830942451fc20f8980dbc36028520920
https://github.com/llvm/llvm-project/commit/f136ca84830942451fc20f8980dbc36028520920
Author: Jason Molenda <jason at molenda.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M lldb/tools/debugserver/source/CMakeLists.txt
R lldb/tools/debugserver/source/MacOSX/CMakeLists.txt
Log Message:
-----------
Put the arch-dep debugserver files in main CMakeLists.txt
The architecture dependent files for debugserver were
built out of their own separate CMakeLists.txt for historical
reasons; it's not necessary any longer. Remove that file
and put them in the main debugserver CMakeLists.txt.
Differential Revision: https://reviews.llvm.org/D145020
rdar://105993317
More information about the All-commits
mailing list