Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Makes the test a bit longer, but makes it a bit easier to find the asm snippets. What do you think?
| lld/test/ELF/undef-spell-corrector.s | ||
|---|---|---|
| 3 | Optional: if you use && cd %t, then you can omit %t/ below. | |
Comment Actions
Thanks!
| lld/test/ELF/undef-spell-corrector.s | ||
|---|---|---|
| 3 | I don't love that style, as it makes it harder to copy failing run lines. (My workflow for failing tests:
Maybe there's some better approach?) | |
Optional: if you use && cd %t, then you can omit %t/ below.