[all-commits] [llvm/llvm-project] 68d1c4: [lldb][debugserver] ifdef guard around newer CPU_T...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu Apr 30 23:55:02 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68d1c40ab2c5a4c1c9ff6dcd9e9d91a211a26c5c
https://github.com/llvm/llvm-project/commit/68d1c40ab2c5a4c1c9ff6dcd9e9d91a211a26c5c
Author: Jason Molenda <jmolenda at apple.com>
Date: 2026-04-30 (Thu, 30 Apr 2026)
Changed paths:
M lldb/tools/debugserver/source/DNB.cpp
Log Message:
-----------
[lldb][debugserver] ifdef guard around newer CPU_TYPEs (#195225)
The uses of the new CPU_SUBTYPEs depends on building with a newer SDK
that we don't have on Intel CI bots. Put idef guards around them,
debugserver won't be
working with these CPUs either way.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list