Part of the project to eliminate special handling for triples in lit
expressions.
Details
Details
- Reviewers
labath - Commits
- rG5e6467bb3fd2: [lldb] Remove redundant XFAIL
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The combination of conditions actually looks pretty strange; XFAIL for targeting Arm Linux, yet Unsupported on linux in general.
Naively I'd have thought a test of lldb on the host should nave REQUIRES: native in which case that first XFAIL clause would just go away.
Because this is Unsupported on both Windows and Linux, I can't try it myself. Let me know how you want to handle this.
Comment Actions
You can just delete the XFAIL line. I probably should have done that when I added UNSUPPORTED: system-linux in 1004d6e7e2eb24edc01d7e330c538ce5cb590001.