[PATCH] D109185: [gn build] Add build files for LLDB
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 15:12:43 PDT 2021
pcc added a comment.
Thanks for working on this!
I developed a Linux port as a patch on top of yours:
F18817700: 0001-linux.patch <https://reviews.llvm.org/F18817700>
Feel free to fold it in.
With that lldb seems to work and check-lldb looks like this for me on Linux:
Failed Tests (1):
lldb-shell :: Breakpoint/ppc64-localentry.test
Testing Time: 12.20s
Unsupported : 1046
Passed : 334
Expectedly Failed: 5
Failed : 1
I'm not sure what's going on with that test. I tried including the PowerPC ABI plugin, but that didn't help.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109185/new/
https://reviews.llvm.org/D109185
More information about the llvm-commits
mailing list