Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/Thumb/thumb-execute-only-long-calls.ll | ||
---|---|---|
1 | I would remove the -arm- vendor from the triple instead. Hopefully removing the vendor triple would remove any downstream changes, if that is what you are running into? |
Comment Actions
One comment which would improve the robustness a bit more, other than that LGTM.
llvm/test/CodeGen/Thumb/thumb-execute-only-long-calls.ll | ||
---|---|---|
6 | I'd suggest removing the "0_0" here (and on line 8) so that it gets included by the regex, and the test won't fail if the label numbering changes. |
I would remove the -arm- vendor from the triple instead. Hopefully removing the vendor triple would remove any downstream changes, if that is what you are running into?