Motivation: https://bugs.llvm.org/show_bug.cgi?id=34087
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is pretty cool. Thanks for implementing it.
I am not familiar with this code so I don't want to approve the patch, but the functionality that the test case shows is pretty cool.
Also, will this provide any diagnostics/suggestions for inline assembly? If so, it would be good to add that test case as well.
test/MC/PowerPC/invalid-instructions-spellcheck.s | ||
---|---|---|
1 ↗ | (On Diff #124557) | You can drop -show-encoding from the invocation of llvm-mc, as you're not checking the instruction encodings. |