Details
Details
- Reviewers
grimar • espindola jhenderson MaskRay
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
180 ms | lldb-unit.Host/_/HostTests::Unknown Unit Message ("") |
Event Timeline
Comment Actions
What problem does this patch solve? llvm-readobj does not depend on lib/Target/* and should not need REQUIRES: x86-registered-target
Comment Actions
Tsk, my mistake, then. This test fails when -DLLVM_DEFAULT_TARGET_TRIPLE is set to hexagon-unknown-elf and I assumed that it might not make sense to include if x86 wasn't built.
Comment Actions
Can you shared the output when -DLLVM_DEFAULT_TARGET_TRIPLE=hexagon-unknown-elf is set? If there is an issue we should fix it, but the test is unlikely responsible.