You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: suite/auto-sync/RefactorGuide.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ Note:
34
34
- Quickly check options of the updater `ASUpdater -h`
35
35
- Add Arch name in `Target.py`
36
36
- In [llvm-capstone](https://github.com/capstone-engine/llvm-capstone) handle arch in `PrinterCapstone.cpp::decoderEmitterEmitDecodeInstruction()` (add decoder function)
37
+
[!NOTE] Architecture specific code generation.
38
+
There are several oddities of architectures which require slightly different generated code.
39
+
If you search through `PrinterCapstone.cpp` for architecture names like `AArch64`, `ARM`, or `Sparc` you can see how these are handled.
37
40
- Generate: `ASUpdater -s IncGen -a ARCH`
38
41
- Errors? Check if the error message tells you what to do. If no hint exists, ask us.
0 commit comments