[Lldb-commits] [PATCH] D136362: [LLDB][RISCV] Add RV64C instruction support for EmulateInstructionRISCV
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 28 00:48:47 PDT 2022
DavidSpickett added a comment.
Can you give us:
- the full cmake command you used to configure the project
- the gcc/g++ version used
- the distro used
- the architecture (unlikely to matter but I'm assuming Loongson?)
- the version of clang++ that did work
Could be tripping over a bug in g++. If that version is >= the minimum llvm requires we should look for a workaround.
One thing you could try is removing parts of `TestRISCVEmulator.cpp` and seeing what breaks the build. Though this is best done by @Emmmer, if it can be reproduced elsewhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136362/new/
https://reviews.llvm.org/D136362
More information about the lldb-commits
mailing list