Bugzilla issue 45563
https://bugs.llvm.org/show_bug.cgi?id=45563
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
140 ms | lldb-unit.Host/_/HostTests::Unknown Unit Message ("") |
Event Timeline
llvm/test/CodeGen/X86/pr45563.ll | ||
---|---|---|
1 ↗ | (On Diff #259064) | This test case is causing failures on non-X86 built bots. The target triple is missing which means that the default triple will be used - which will be different on every target. |
@aartbik Very minor but please can you rename this file pr45563.ll ?