Skip to content

Commit

Permalink
lldb: Enable on RISCV64
Browse files Browse the repository at this point in the history
With clang-19 LLDB is building fine for RISCV64

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 16, 2024
1 parent 6156a07 commit 27c4e34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes-devtools/clang/clang_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ HF[vardepvalue] = "${HF}"

LLVM_PROJECTS ?= "clang;clang-tools-extra;lld${LLDB}"
LLDB ?= ";lldb"
# LLDB support for RISCV/Mips32 does not work yet
# LLDB support for RISCV32/Mips32 does not work yet
LLDB:riscv32 = ""
LLDB:riscv64 = ""
LLDB:mips = ""
LLDB:mipsel = ""
LLDB:powerpc = ""
Expand Down

0 comments on commit 27c4e34

Please sign in to comment.