Moved the test to CodeGen/X86 to prevent it from running everywhere.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I can't find documentation on the REQUIRES keyword. A quick grep shows that x86-registered-target seems to be the one to use (I tried x86_64-registered-target but that's reported as UNSUPPORTED). Please suggest a better requirement if there's one.
llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll | ||
---|---|---|
49 | Shouldn't this test simply be moved info llvm/test/CodeGen/X86/ ? |
Comment Actions
Thanks for the suggestion, @lebedev.ri. Could you please approve if this looks good to you?
Comment Actions
Closed by commit rG1d36988394a5f37: Moved the test to X86 as it's x86 specific. (authored by cchen15).
Shouldn't this test simply be moved info llvm/test/CodeGen/X86/ ?