Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
| lld/test/ELF/x86-64-gotpc-err.s | ||
|---|---|---|
| 9 | I'd perhaps use --implicit-check-not=error: instead. It feels a bit safer because doesn't depend on the order. | |
| lld/test/ELF/x86-64-gotpc-err.s | ||
|---|---|---|
| 9 | That's too unlikely. I'll stick with the current version. | |
I'd perhaps use --implicit-check-not=error: instead. It feels a bit safer because doesn't depend on the order.
Though I don't really think that the order of this error messages might change too.