[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-28 Thread Ed Maste via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG993ada05f5a0: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test (authored by andrew, committed by emaste). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://

[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-27 Thread Andrew Turner via Phabricator via lldb-commits
andrew added a comment. Yes, I found it by trying to build the tests on FreeBSD/arm64 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110545/new/ https://reviews.llvm.org/D110545 ___ lldb-commits mailing l

[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-27 Thread Michał Górny via Phabricator via lldb-commits
mgorny accepted this revision. mgorny added a comment. This revision is now accepted and ready to land. LGTM now, thanks. I don't have an arm64 cross env handy at the time, so I'm assuming you've tested it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.

[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-27 Thread Andrew Turner via Phabricator via lldb-commits
andrew updated this revision to Diff 375293. andrew added a comment. Set opt_regsets to eRegsetMaskDefault Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D110545/new/ https://reviews.llvm.org/D110545 Files: lldb/unittests/Process/Utility/RegisterC

[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-27 Thread Michał Górny via Phabricator via lldb-commits
mgorny added inline comments. Comment at: lldb/unittests/Process/Utility/RegisterContextFreeBSDTest.cpp:328 TEST(RegisterContextFreeBSDTest, arm64) { + Flags opt_regsets; ArchSpec arch{"aarch64-unknown-freebsd"}; Maybe set it to `eRegsetMaskDefault` explicit

[Lldb-commits] [PATCH] D110545: [lldb] [unittests] Fix building the FreeBSD arm64 Register Context test

2021-09-27 Thread Andrew Turner via Phabricator via lldb-commits
andrew created this revision. Herald added subscribers: omjavaid, kristof.beyls, emaste. andrew requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D110545 Files: lldb/unittests